Class: TencentCloud::Thpc::V20230321::DetachNodesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::DetachNodesResponse
- Defined in:
- lib/v20230321/models.rb
Overview
DetachNodes返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DetachNodesResponse
constructor
A new instance of DetachNodesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DetachNodesResponse
Returns a new instance of DetachNodesResponse.
1568 1569 1570 |
# File 'lib/v20230321/models.rb', line 1568 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1566 1567 1568 |
# File 'lib/v20230321/models.rb', line 1566 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1572 1573 1574 |
# File 'lib/v20230321/models.rb', line 1572 def deserialize(params) @RequestId = params['RequestId'] end |