Class: TencentCloud::Tke::V20180525::DescribeClusterPendingReleasesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribeClusterPendingReleasesRequest
- Defined in:
- lib/v20180525/models.rb
Overview
DescribeClusterPendingReleases请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, limit = nil, offset = nil, clustertype = nil) ⇒ DescribeClusterPendingReleasesRequest
constructor
A new instance of DescribeClusterPendingReleasesRequest.
Constructor Details
#initialize(clusterid = nil, limit = nil, offset = nil, clustertype = nil) ⇒ DescribeClusterPendingReleasesRequest
Returns a new instance of DescribeClusterPendingReleasesRequest.
6367 6368 6369 6370 6371 6372 |
# File 'lib/v20180525/models.rb', line 6367 def initialize(clusterid=nil, limit=nil, offset=nil, clustertype=nil) @ClusterId = clusterid @Limit = limit @Offset = offset @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
6365 6366 6367 |
# File 'lib/v20180525/models.rb', line 6365 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
6365 6366 6367 |
# File 'lib/v20180525/models.rb', line 6365 def ClusterType @ClusterType end |
#Limit ⇒ Object
6365 6366 6367 |
# File 'lib/v20180525/models.rb', line 6365 def Limit @Limit end |
#Offset ⇒ Object
6365 6366 6367 |
# File 'lib/v20180525/models.rb', line 6365 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
6374 6375 6376 6377 6378 6379 |
# File 'lib/v20180525/models.rb', line 6374 def deserialize(params) @ClusterId = params['ClusterId'] @Limit = params['Limit'] @Offset = params['Offset'] @ClusterType = params['ClusterType'] end |