Class: TencentCloud::Dts::V20211206::CreateMigrationServiceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::CreateMigrationServiceResponse
- Defined in:
- lib/v20211206/models.rb
Overview
CreateMigrationService返回参数结构体
Instance Attribute Summary collapse
-
#JobIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jobids = nil, requestid = nil) ⇒ CreateMigrationServiceResponse
constructor
A new instance of CreateMigrationServiceResponse.
Constructor Details
#initialize(jobids = nil, requestid = nil) ⇒ CreateMigrationServiceResponse
Returns a new instance of CreateMigrationServiceResponse.
1189 1190 1191 1192 |
# File 'lib/v20211206/models.rb', line 1189 def initialize(jobids=nil, requestid=nil) @JobIds = jobids @RequestId = requestid end |
Instance Attribute Details
#JobIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1187 1188 1189 |
# File 'lib/v20211206/models.rb', line 1187 def JobIds @JobIds end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1187 1188 1189 |
# File 'lib/v20211206/models.rb', line 1187 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1194 1195 1196 1197 |
# File 'lib/v20211206/models.rb', line 1194 def deserialize(params) @JobIds = params['JobIds'] @RequestId = params['RequestId'] end |