class TencentCloud::Cdc::V20201214::DescribeDedicatedClusterCbsStatisticsResponse
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