class TencentCloud::Trp::V20210515::CreateCodeBatchRequest

CreateCodeBatch请求参数结构体

def deserialize(params)

def deserialize(params)
  @CorpId = params['CorpId']
  @MerchantId = params['MerchantId']
  @ProductId = params['ProductId']
  @BatchType = params['BatchType']
  @BatchId = params['BatchId']
  @Remark = params['Remark']
  @MpTpl = params['MpTpl']
  @CloneId = params['CloneId']
  @BatchCode = params['BatchCode']
  @ValidDate = params['ValidDate']
  @ProductionDate = params['ProductionDate']
end

def initialize(corpid=nil, merchantid=nil, productid=nil, batchtype=nil, batchid=nil, remark=nil, mptpl=nil, cloneid=nil, batchcode=nil, validdate=nil, productiondate=nil)

def initialize(corpid=nil, merchantid=nil, productid=nil, batchtype=nil, batchid=nil, remark=nil, mptpl=nil, cloneid=nil, batchcode=nil, validdate=nil, productiondate=nil)
  @CorpId = corpid
  @MerchantId = merchantid
  @ProductId = productid
  @BatchType = batchtype
  @BatchId = batchid
  @Remark = remark
  @MpTpl = mptpl
  @CloneId = cloneid
  @BatchCode = batchcode
  @ValidDate = validdate
  @ProductionDate = productiondate
end