class TencentCloud::Iotexplorer::V20190423::GetBatchProductionsListResponse
GetBatchProductionsList返回参数结构体
def deserialize(params)
def deserialize(params) unless params['BatchProductions'].nil? @BatchProductions = [] params['BatchProductions'].each do |i| batchproductioninfo_tmp = BatchProductionInfo.new batchproductioninfo_tmp.deserialize(i) @BatchProductions << batchproductioninfo_tmp end end @TotalCnt = params['TotalCnt'] @RequestId = params['RequestId'] end
def initialize(batchproductions=nil, totalcnt=nil, requestid=nil)
def initialize(batchproductions=nil, totalcnt=nil, requestid=nil) @BatchProductions = batchproductions @TotalCnt = totalcnt @RequestId = requestid end