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.
18691 18692 18693 18694 18695 18696 |
# File 'lib/v20180525/models.rb', line 18691 def initialize(clusterid=nil, name=nil, namespace=nil, clustertype=nil) @ClusterId = clusterid @Name = name @Namespace = namespace @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
18689 18690 18691 |
# File 'lib/v20180525/models.rb', line 18689 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
18689 18690 18691 |
# File 'lib/v20180525/models.rb', line 18689 def ClusterType @ClusterType end |
#Name ⇒ Object
18689 18690 18691 |
# File 'lib/v20180525/models.rb', line 18689 def Name @Name end |
#Namespace ⇒ Object
18689 18690 18691 |
# File 'lib/v20180525/models.rb', line 18689 def Namespace @Namespace end |
Instance Method Details
#deserialize(params) ⇒ Object
18698 18699 18700 18701 18702 18703 |
# File 'lib/v20180525/models.rb', line 18698 def deserialize(params) @ClusterId = params['ClusterId'] @Name = params['Name'] @Namespace = params['Namespace'] @ClusterType = params['ClusterType'] end |