class TencentCloud::Tsf::V20180326::DescribeClustersRequest
DescribeClusters请求参数结构体
def deserialize(params)
def deserialize(params) @SearchWord = params['SearchWord'] @OrderBy = params['OrderBy'] @OrderType = params['OrderType'] @Offset = params['Offset'] @Limit = params['Limit'] @ClusterType = params['ClusterType'] @ClusterIdList = params['ClusterIdList'] end
def initialize(searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, clustertype=nil, clusteridlist=nil)
def initialize(searchword=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, clustertype=nil, clusteridlist=nil) @SearchWord = searchword @OrderBy = orderby @OrderType = ordertype @Offset = offset @Limit = limit @ClusterType = clustertype @ClusterIdList = clusteridlist end