class TencentCloud::Trp::V20210515::ModifyCodeBatchRequest

ModifyCodeBatch请求参数结构体

def deserialize(params)

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

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

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