class TencentCloud::Iotexplorer::V20190423::BatchProductionInfo
获取返回列表的详情。
def deserialize(params)
def deserialize(params) @BatchProductionId = params['BatchProductionId'] @ProductId = params['ProductId'] @BurnMethod = params['BurnMethod'] @CreateTime = params['CreateTime'] @ProductName = params['ProductName'] end
def initialize(batchproductionid=nil, productid=nil, burnmethod=nil, createtime=nil, productname=nil)
def initialize(batchproductionid=nil, productid=nil, burnmethod=nil, createtime=nil, productname=nil) @BatchProductionId = batchproductionid @ProductId = productid @BurnMethod = burnmethod @CreateTime = createtime @ProductName = productname end