class TencentCloud::Iotexplorer::V20190423::GetBatchProductionsListResponse

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