Class: TencentCloud::Cls::V20201016::DeleteMachineGroupResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DeleteMachineGroupResponse
- Defined in:
- lib/v20201016/models.rb
Overview
DeleteMachineGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteMachineGroupResponse
constructor
A new instance of DeleteMachineGroupResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteMachineGroupResponse
Returns a new instance of DeleteMachineGroupResponse.
6363 6364 6365 |
# File 'lib/v20201016/models.rb', line 6363 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6361 6362 6363 |
# File 'lib/v20201016/models.rb', line 6361 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6367 6368 6369 |
# File 'lib/v20201016/models.rb', line 6367 def deserialize(params) @RequestId = params['RequestId'] end |