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.
6848 6849 6850 6851 6852 6853 |
# File 'lib/v20180525/models.rb', line 6848 def initialize(clusterid=nil, limit=nil, offset=nil, clustertype=nil) @ClusterId = clusterid @Limit = limit @Offset = offset @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
6846 6847 6848 |
# File 'lib/v20180525/models.rb', line 6846 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
6846 6847 6848 |
# File 'lib/v20180525/models.rb', line 6846 def ClusterType @ClusterType end |
#Limit ⇒ Object
6846 6847 6848 |
# File 'lib/v20180525/models.rb', line 6846 def Limit @Limit end |
#Offset ⇒ Object
6846 6847 6848 |
# File 'lib/v20180525/models.rb', line 6846 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
6855 6856 6857 6858 6859 6860 |
# File 'lib/v20180525/models.rb', line 6855 def deserialize(params) @ClusterId = params['ClusterId'] @Limit = params['Limit'] @Offset = params['Offset'] @ClusterType = params['ClusterType'] end |