Class: TencentCloud::Tat::V20201028::DeleteCommandsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::DeleteCommandsResponse
- Defined in:
- lib/v20201028/models.rb
Overview
DeleteCommands返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCommandsResponse
constructor
A new instance of DeleteCommandsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCommandsResponse
Returns a new instance of DeleteCommandsResponse.
586 587 588 |
# File 'lib/v20201028/models.rb', line 586 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
584 585 586 |
# File 'lib/v20201028/models.rb', line 584 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
590 591 592 |
# File 'lib/v20201028/models.rb', line 590 def deserialize(params) @RequestId = params['RequestId'] end |