Class: TencentCloud::Tke::V20180525::DescribeClusterReleaseHistoryRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeClusterReleaseHistoryRequest
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeClusterReleaseHistory请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, name = nil, namespace = nil, clustertype = nil) ⇒ DescribeClusterReleaseHistoryRequest
constructor
A new instance of DescribeClusterReleaseHistoryRequest.
Constructor Details
#initialize(clusterid = nil, name = nil, namespace = nil, clustertype = nil) ⇒ DescribeClusterReleaseHistoryRequest
Returns a new instance of DescribeClusterReleaseHistoryRequest.
6381 6382 6383 6384 6385 6386 |
# File 'lib/v20180525/models.rb', line 6381 def initialize(clusterid=nil, name=nil, namespace=nil, clustertype=nil) @ClusterId = clusterid @Name = name @Namespace = namespace @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
6379 6380 6381 |
# File 'lib/v20180525/models.rb', line 6379 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
6379 6380 6381 |
# File 'lib/v20180525/models.rb', line 6379 def ClusterType @ClusterType end |
#Name ⇒ Object
6379 6380 6381 |
# File 'lib/v20180525/models.rb', line 6379 def Name @Name end |
#Namespace ⇒ Object
6379 6380 6381 |
# File 'lib/v20180525/models.rb', line 6379 def Namespace @Namespace end |
Instance Method Details
#deserialize(params) ⇒ Object
6388 6389 6390 6391 6392 6393 |
# File 'lib/v20180525/models.rb', line 6388 def deserialize(params) @ClusterId = params['ClusterId'] @Name = params['Name'] @Namespace = params['Namespace'] @ClusterType = params['ClusterType'] end |