Class: TencentCloud::Cwp::V20180228::RemoveMachineResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::RemoveMachineResponse
- Defined in:
- lib/v20180228/models.rb
Overview
RemoveMachine返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RemoveMachineResponse
constructor
A new instance of RemoveMachineResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RemoveMachineResponse
Returns a new instance of RemoveMachineResponse.
36633 36634 36635 |
# File 'lib/v20180228/models.rb', line 36633 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
36631 36632 36633 |
# File 'lib/v20180228/models.rb', line 36631 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
36637 36638 36639 |
# File 'lib/v20180228/models.rb', line 36637 def deserialize(params) @RequestId = params['RequestId'] end |