Class: TencentCloud::Tat::V20201028::CreateCommandResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::CreateCommandResponse
- Defined in:
- lib/v20201028/models.rb
Overview
CreateCommand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(commandid = nil, requestid = nil) ⇒ CreateCommandResponse
constructor
A new instance of CreateCommandResponse.
Constructor Details
#initialize(commandid = nil, requestid = nil) ⇒ CreateCommandResponse
Returns a new instance of CreateCommandResponse.
345 346 347 348 |
# File 'lib/v20201028/models.rb', line 345 def initialize(commandid=nil, requestid=nil) @CommandId = commandid @RequestId = requestid end |
Instance Attribute Details
#CommandId ⇒ Object
343 344 345 |
# File 'lib/v20201028/models.rb', line 343 def CommandId @CommandId end |
#RequestId ⇒ Object
343 344 345 |
# File 'lib/v20201028/models.rb', line 343 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
350 351 352 353 |
# File 'lib/v20201028/models.rb', line 350 def deserialize(params) @CommandId = params['CommandId'] @RequestId = params['RequestId'] end |