Class: TencentCloud::Thpc::V20211109::CreateClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20211109::CreateClusterResponse
- Defined in:
- lib/v20211109/models.rb
Overview
CreateCluster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, requestid = nil) ⇒ CreateClusterResponse
constructor
A new instance of CreateClusterResponse.
Constructor Details
#initialize(clusterid = nil, requestid = nil) ⇒ CreateClusterResponse
Returns a new instance of CreateClusterResponse.
409 410 411 412 |
# File 'lib/v20211109/models.rb', line 409 def initialize(clusterid=nil, requestid=nil) @ClusterId = clusterid @RequestId = requestid end |
Instance Attribute Details
#ClusterId ⇒ Object
407 408 409 |
# File 'lib/v20211109/models.rb', line 407 def ClusterId @ClusterId end |
#RequestId ⇒ Object
407 408 409 |
# File 'lib/v20211109/models.rb', line 407 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
414 415 416 417 |
# File 'lib/v20211109/models.rb', line 414 def deserialize(params) @ClusterId = params['ClusterId'] @RequestId = params['RequestId'] end |