Class: TencentCloud::Thpc::V20211109::DeleteClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20211109::DeleteClusterResponse
- Defined in:
- lib/v20211109/models.rb
Overview
DeleteCluster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteClusterResponse
constructor
A new instance of DeleteClusterResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteClusterResponse
Returns a new instance of DeleteClusterResponse.
463 464 465 |
# File 'lib/v20211109/models.rb', line 463 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
461 462 463 |
# File 'lib/v20211109/models.rb', line 461 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
467 468 469 |
# File 'lib/v20211109/models.rb', line 467 def deserialize(params) @RequestId = params['RequestId'] end |