Browse Source

Generated 2019-03-06 for Dbs.

sdk-team 6 years ago
parent
commit
54e8dc20fa
2 changed files with 5 additions and 0 deletions
  1. 4 0
      ChangeLog.txt
  2. 1 0
      services/dbs/create_restore_task.go

+ 4 - 0
ChangeLog.txt

@@ -1,3 +1,7 @@
+2019-12-26 Version: v1.60.303
+- Generated 2019-03-06 for `Dbs`.
+- Modify CreateRestoreTask.
+
 2019-12-23 Version: v1.60.302
 - Generated 2016-04-08 for `Emr`.
 - Bugfix.

+ 1 - 0
services/dbs/create_restore_task.go

@@ -84,6 +84,7 @@ type CreateRestoreTaskRequest struct {
 	DestinationEndpointUserName     string           `position:"Query" name:"DestinationEndpointUserName"`
 	RestoreObjects                  string           `position:"Query" name:"RestoreObjects"`
 	RestoreTaskName                 string           `position:"Query" name:"RestoreTaskName"`
+	RestoreHome                     string           `position:"Query" name:"RestoreHome"`
 	DestinationEndpointOracleSID    string           `position:"Query" name:"DestinationEndpointOracleSID"`
 	RestoreTime                     requests.Integer `position:"Query" name:"RestoreTime"`
 	DestinationEndpointInstanceID   string           `position:"Query" name:"DestinationEndpointInstanceID"`