Class: TencentCloud::Tke::V20180525::CancelClusterReleaseRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CancelClusterReleaseRequest
- Defined in:
- lib/v20180525/models.rb
Overview
CancelClusterRelease请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, clusterid = nil, clustertype = nil) ⇒ CancelClusterReleaseRequest
constructor
A new instance of CancelClusterReleaseRequest.
Constructor Details
#initialize(id = nil, clusterid = nil, clustertype = nil) ⇒ CancelClusterReleaseRequest
Returns a new instance of CancelClusterReleaseRequest.
524 525 526 527 528 |
# File 'lib/v20180525/models.rb', line 524 def initialize(id=nil, clusterid=nil, clustertype=nil) @ID = id @ClusterId = clusterid @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
522 523 524 |
# File 'lib/v20180525/models.rb', line 522 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
522 523 524 |
# File 'lib/v20180525/models.rb', line 522 def ClusterType @ClusterType end |
#ID ⇒ Object
522 523 524 |
# File 'lib/v20180525/models.rb', line 522 def ID @ID end |
Instance Method Details
#deserialize(params) ⇒ Object
530 531 532 533 534 |
# File 'lib/v20180525/models.rb', line 530 def deserialize(params) @ID = params['ID'] @ClusterId = params['ClusterId'] @ClusterType = params['ClusterType'] end |