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.
582 583 584 585 586 |
# File 'lib/v20180525/models.rb', line 582 def initialize(id=nil, clusterid=nil, clustertype=nil) @ID = id @ClusterId = clusterid @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
580 581 582 |
# File 'lib/v20180525/models.rb', line 580 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
580 581 582 |
# File 'lib/v20180525/models.rb', line 580 def ClusterType @ClusterType end |
#ID ⇒ Object
580 581 582 |
# File 'lib/v20180525/models.rb', line 580 def ID @ID end |
Instance Method Details
#deserialize(params) ⇒ Object
588 589 590 591 592 |
# File 'lib/v20180525/models.rb', line 588 def deserialize(params) @ID = params['ID'] @ClusterId = params['ClusterId'] @ClusterType = params['ClusterType'] end |