Class: TencentCloud::Tat::V20201028::RunCommandResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::RunCommandResponse
- Defined in:
- lib/v20201028/models.rb
Overview
RunCommand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(commandid = nil, invocationid = nil, requestid = nil) ⇒ RunCommandResponse
constructor
A new instance of RunCommandResponse.
Constructor Details
#initialize(commandid = nil, invocationid = nil, requestid = nil) ⇒ RunCommandResponse
Returns a new instance of RunCommandResponse.
2629 2630 2631 2632 2633 |
# File 'lib/v20201028/models.rb', line 2629 def initialize(commandid=nil, invocationid=nil, requestid=nil) @CommandId = commandid @InvocationId = invocationid @RequestId = requestid end |
Instance Attribute Details
#CommandId ⇒ Object
2627 2628 2629 |
# File 'lib/v20201028/models.rb', line 2627 def CommandId @CommandId end |
#InvocationId ⇒ Object
2627 2628 2629 |
# File 'lib/v20201028/models.rb', line 2627 def InvocationId @InvocationId end |
#RequestId ⇒ Object
2627 2628 2629 |
# File 'lib/v20201028/models.rb', line 2627 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2635 2636 2637 2638 2639 |
# File 'lib/v20201028/models.rb', line 2635 def deserialize(params) @CommandId = params['CommandId'] @InvocationId = params['InvocationId'] @RequestId = params['RequestId'] end |