Class: TencentCloud::Tke::V20180525::UninstallClusterReleaseRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::UninstallClusterReleaseRequest
- Defined in:
- lib/v20180525/models.rb
Overview
UninstallClusterRelease请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, name = nil, namespace = nil, clustertype = nil) ⇒ UninstallClusterReleaseRequest
constructor
A new instance of UninstallClusterReleaseRequest.
Constructor Details
#initialize(clusterid = nil, name = nil, namespace = nil, clustertype = nil) ⇒ UninstallClusterReleaseRequest
Returns a new instance of UninstallClusterReleaseRequest.
20624 20625 20626 20627 20628 20629 |
# File 'lib/v20180525/models.rb', line 20624 def initialize(clusterid=nil, name=nil, namespace=nil, clustertype=nil) @ClusterId = clusterid @Name = name @Namespace = namespace @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
20622 20623 20624 |
# File 'lib/v20180525/models.rb', line 20622 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
20622 20623 20624 |
# File 'lib/v20180525/models.rb', line 20622 def ClusterType @ClusterType end |
#Name ⇒ Object
20622 20623 20624 |
# File 'lib/v20180525/models.rb', line 20622 def Name @Name end |
#Namespace ⇒ Object
20622 20623 20624 |
# File 'lib/v20180525/models.rb', line 20622 def Namespace @Namespace end |
Instance Method Details
#deserialize(params) ⇒ Object
20631 20632 20633 20634 20635 20636 |
# File 'lib/v20180525/models.rb', line 20631 def deserialize(params) @ClusterId = params['ClusterId'] @Name = params['Name'] @Namespace = params['Namespace'] @ClusterType = params['ClusterType'] end |