Class: TencentCloud::Thpc::V20230321::AttachNodesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::AttachNodesResponse
- Defined in:
- lib/v20230321/models.rb
Overview
AttachNodes返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AttachNodesResponse
constructor
A new instance of AttachNodesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AttachNodesResponse
Returns a new instance of AttachNodesResponse.
279 280 281 |
# File 'lib/v20230321/models.rb', line 279 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
277 278 279 |
# File 'lib/v20230321/models.rb', line 277 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
283 284 285 |
# File 'lib/v20230321/models.rb', line 283 def deserialize(params) @RequestId = params['RequestId'] end |