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.
19081 19082 19083 19084 19085 19086 |
# File 'lib/v20180525/models.rb', line 19081 def initialize(clusterid=nil, name=nil, namespace=nil, clustertype=nil) @ClusterId = clusterid @Name = name @Namespace = namespace @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
19079 19080 19081 |
# File 'lib/v20180525/models.rb', line 19079 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
19079 19080 19081 |
# File 'lib/v20180525/models.rb', line 19079 def ClusterType @ClusterType end |
#Name ⇒ Object
19079 19080 19081 |
# File 'lib/v20180525/models.rb', line 19079 def Name @Name end |
#Namespace ⇒ Object
19079 19080 19081 |
# File 'lib/v20180525/models.rb', line 19079 def Namespace @Namespace end |
Instance Method Details
#deserialize(params) ⇒ Object
19088 19089 19090 19091 19092 19093 |
# File 'lib/v20180525/models.rb', line 19088 def deserialize(params) @ClusterId = params['ClusterId'] @Name = params['Name'] @Namespace = params['Namespace'] @ClusterType = params['ClusterType'] end |