Class: TencentCloud::Tat::V20201028::DeleteCommandResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::DeleteCommandResponse
- Defined in:
- lib/v20201028/models.rb
Overview
DeleteCommand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCommandResponse
constructor
A new instance of DeleteCommandResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCommandResponse
Returns a new instance of DeleteCommandResponse.
554 555 556 |
# File 'lib/v20201028/models.rb', line 554 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
552 553 554 |
# File 'lib/v20201028/models.rb', line 552 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
558 559 560 |
# File 'lib/v20201028/models.rb', line 558 def deserialize(params) @RequestId = params['RequestId'] end |