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.
6235 6236 6237 6238 6239 6240 |
# File 'lib/v20180525/models.rb', line 6235 def initialize(clusterid=nil, limit=nil, offset=nil, clustertype=nil) @ClusterId = clusterid @Limit = limit @Offset = offset @ClusterType = clustertype end |
Instance Attribute Details
#ClusterId ⇒ Object
6233 6234 6235 |
# File 'lib/v20180525/models.rb', line 6233 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
6233 6234 6235 |
# File 'lib/v20180525/models.rb', line 6233 def ClusterType @ClusterType end |
#Limit ⇒ Object
6233 6234 6235 |
# File 'lib/v20180525/models.rb', line 6233 def Limit @Limit end |
#Offset ⇒ Object
6233 6234 6235 |
# File 'lib/v20180525/models.rb', line 6233 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
6242 6243 6244 6245 6246 6247 |
# File 'lib/v20180525/models.rb', line 6242 def deserialize(params) @ClusterId = params['ClusterId'] @Limit = params['Limit'] @Offset = params['Offset'] @ClusterType = params['ClusterType'] end |