Class: TencentCloud::Tke::V20180525::DescribeClusterPendingReleasesRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

DescribeClusterPendingReleases请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID

  • Limit:

    返回数量限制,默认20,最大100

  • Offset:

    偏移量,默认0

  • ClusterType:

    集群类型



6256
6257
6258
# File 'lib/v20180525/models.rb', line 6256

def ClusterId
  @ClusterId
end

#ClusterTypeObject

Parameters:

  • ClusterId:

    集群ID

  • Limit:

    返回数量限制,默认20,最大100

  • Offset:

    偏移量,默认0

  • ClusterType:

    集群类型



6256
6257
6258
# File 'lib/v20180525/models.rb', line 6256

def ClusterType
  @ClusterType
end

#LimitObject

Parameters:

  • ClusterId:

    集群ID

  • Limit:

    返回数量限制,默认20,最大100

  • Offset:

    偏移量,默认0

  • ClusterType:

    集群类型



6256
6257
6258
# File 'lib/v20180525/models.rb', line 6256

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • ClusterId:

    集群ID

  • Limit:

    返回数量限制,默认20,最大100

  • Offset:

    偏移量,默认0

  • ClusterType:

    集群类型



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