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.
6258 6259 6260 6261 6262 6263 |
# File 'lib/v20180525/models.rb', line 6258 def initialize(clusterid=nil, limit=nil, offset=nil, clustertype=nil) @ClusterId = clusterid @Limit = limit @Offset = offset @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
6256 6257 6258 |
# File 'lib/v20180525/models.rb', line 6256 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
6256 6257 6258 |
# File 'lib/v20180525/models.rb', line 6256 def ClusterType @ClusterType end |
#Limit ⇒ Object
6256 6257 6258 |
# File 'lib/v20180525/models.rb', line 6256 def Limit @Limit end |
#Offset ⇒ Object
6256 6257 6258 |
# File 'lib/v20180525/models.rb', line 6256 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
6265 6266 6267 6268 6269 6270 |
# File 'lib/v20180525/models.rb', line 6265 def deserialize(params) @ClusterId = params['ClusterId'] @Limit = params['Limit'] @Offset = params['Offset'] @ClusterType = params['ClusterType'] end |