class TencentCloud::Iotexplorer::V20190423::CreateBatchProductionRequest
CreateBatchProduction请求参数结构体
def deserialize(params)
def deserialize(params) @ProjectId = params['ProjectId'] @ProductId = params['ProductId'] @BurnMethod = params['BurnMethod'] @GenerationMethod = params['GenerationMethod'] @UploadUrl = params['UploadUrl'] @BatchCnt = params['BatchCnt'] @GenerationQRCode = params['GenerationQRCode'] end
def initialize(projectid=nil, productid=nil, burnmethod=nil, generationmethod=nil, uploadurl=nil, batchcnt=nil, generationqrcode=nil)
def initialize(projectid=nil, productid=nil, burnmethod=nil, generationmethod=nil, uploadurl=nil, batchcnt=nil, generationqrcode=nil) @ProjectId = projectid @ProductId = productid @BurnMethod = burnmethod @GenerationMethod = generationmethod @UploadUrl = uploadurl @BatchCnt = batchcnt @GenerationQRCode = generationqrcode end