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.
466 467 468 |
# File 'lib/v20211109/models.rb', line 466 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
464 465 466 |
# File 'lib/v20211109/models.rb', line 464 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
470 471 472 |
# File 'lib/v20211109/models.rb', line 470 def deserialize(params) @RequestId = params['RequestId'] end |