Class: TencentCloud::Batch::V20170312::TerminateComputeNodeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::TerminateComputeNodeResponse
- Defined in:
- lib/v20170312/models.rb
Overview
TerminateComputeNode返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ TerminateComputeNodeResponse
constructor
A new instance of TerminateComputeNodeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ TerminateComputeNodeResponse
Returns a new instance of TerminateComputeNodeResponse.
4109 4110 4111 |
# File 'lib/v20170312/models.rb', line 4109 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4107 4108 4109 |
# File 'lib/v20170312/models.rb', line 4107 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4113 4114 4115 |
# File 'lib/v20170312/models.rb', line 4113 def deserialize(params) @RequestId = params['RequestId'] end |