class TencentCloud::Cdc::V20201214::DescribeDedicatedClusterCbsStatisticsResponse

DescribeDedicatedClusterCbsStatistics返回参数结构体

def deserialize(params)

def deserialize(params)
  unless params['SetList'].nil?
    @SetList = []
    params['SetList'].each do |i|
      setinfo_tmp = SetInfo.new
      setinfo_tmp.deserialize(i)
      @SetList << setinfo_tmp
    end
  end
  @TotalCount = params['TotalCount']
  @RequestId = params['RequestId']
end

def initialize(setlist=nil, totalcount=nil, requestid=nil)

def initialize(setlist=nil, totalcount=nil, requestid=nil)
  @SetList = setlist
  @TotalCount = totalcount
  @RequestId = requestid
end