tencentcloud-sdk-nodejs-cynosdb 4.1.292 → 4.1.297
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -12623,7 +12623,7 @@ export interface RollBackClusterRequest {
|
|
|
12623
12623
|
* 备份文件ID。
|
|
12624
12624
|
回档策略为按备份文件回档时必填。
|
|
12625
12625
|
*/
|
|
12626
|
-
RollbackId
|
|
12626
|
+
RollbackId?: number;
|
|
12627
12627
|
/**
|
|
12628
12628
|
* 期望回档时间。
|
|
12629
12629
|
回档策略为timeRollback按时间点回档时必填。
|