class TencentCloud::Iotexplorer::V20190423::DescribeBatchProductionResponse

DescribeBatchProduction返回参数结构体

def deserialize(params)

def deserialize(params)
  @BatchCnt = params['BatchCnt']
  @BurnMethod = params['BurnMethod']
  @CreateTime = params['CreateTime']
  @DownloadUrl = params['DownloadUrl']
  @GenerationMethod = params['GenerationMethod']
  @UploadUrl = params['UploadUrl']
  @RequestId = params['RequestId']
end

def initialize(batchcnt=nil, burnmethod=nil, createtime=nil, downloadurl=nil, generationmethod=nil, uploadurl=nil, requestid=nil)

def initialize(batchcnt=nil, burnmethod=nil, createtime=nil, downloadurl=nil, generationmethod=nil, uploadurl=nil, requestid=nil)
  @BatchCnt = batchcnt
  @BurnMethod = burnmethod
  @CreateTime = createtime
  @DownloadUrl = downloadurl
  @GenerationMethod = generationmethod
  @UploadUrl = uploadurl
  @RequestId = requestid
end