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.
37039 37040 37041 |
# File 'lib/v20180228/models.rb', line 37039 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
37037 37038 37039 |
# File 'lib/v20180228/models.rb', line 37037 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
37043 37044 37045 |
# File 'lib/v20180228/models.rb', line 37043 def deserialize(params) @RequestId = params['RequestId'] end |