Class: TencentCloud::Tke::V20180525::DeleteClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DeleteClusterResponse
- Defined in:
- lib/v20180525/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.
4241 4242 4243 |
# File 'lib/v20180525/models.rb', line 4241 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4239 4240 4241 |
# File 'lib/v20180525/models.rb', line 4239 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4245 4246 4247 |
# File 'lib/v20180525/models.rb', line 4245 def deserialize(params) @RequestId = params['RequestId'] end |