Class: TencentCloud::Thpc::V20230321::DeleteClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::DeleteClusterResponse
- Defined in:
- lib/v20230321/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.
972 973 974 |
# File 'lib/v20230321/models.rb', line 972 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
970 971 972 |
# File 'lib/v20230321/models.rb', line 970 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
976 977 978 |
# File 'lib/v20230321/models.rb', line 976 def deserialize(params) @RequestId = params['RequestId'] end |