Class: TencentCloud::Tat::V20201028::DeleteCommandsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::DeleteCommandsRequest
- Defined in:
- lib/v20201028/models.rb
Overview
DeleteCommands请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(commandids = nil) ⇒ DeleteCommandsRequest
constructor
A new instance of DeleteCommandsRequest.
Constructor Details
#initialize(commandids = nil) ⇒ DeleteCommandsRequest
Returns a new instance of DeleteCommandsRequest.
570 571 572 |
# File 'lib/v20201028/models.rb', line 570 def initialize(commandids=nil) @CommandIds = commandids end |
Instance Attribute Details
#CommandIds ⇒ Object
568 569 570 |
# File 'lib/v20201028/models.rb', line 568 def CommandIds @CommandIds end |
Instance Method Details
#deserialize(params) ⇒ Object
574 575 576 |
# File 'lib/v20201028/models.rb', line 574 def deserialize(params) @CommandIds = params['CommandIds'] end |