Class: TencentCloud::Trp::V20210515::ModifyCodeBatchRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::ModifyCodeBatchRequest
- Defined in:
- lib/v20210515/models.rb
Overview
ModifyCodeBatch请求参数结构体
Instance Attribute Summary collapse
- #BatchCode ⇒ Object
- #BatchId ⇒ Object
- #CorpId ⇒ Object
- #MerchantId ⇒ Object
- #MpTpl ⇒ Object
- #ProductId ⇒ Object
- #ProductionDate ⇒ Object
- #Remark ⇒ Object
- #Status ⇒ Object
- #ValidDate ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchid = nil, corpid = nil, status = nil, mptpl = nil, merchantid = nil, productid = nil, remark = nil, batchcode = nil, validdate = nil, productiondate = nil) ⇒ ModifyCodeBatchRequest
constructor
A new instance of ModifyCodeBatchRequest.
Constructor Details
#initialize(batchid = nil, corpid = nil, status = nil, mptpl = nil, merchantid = nil, productid = nil, remark = nil, batchcode = nil, validdate = nil, productiondate = nil) ⇒ ModifyCodeBatchRequest
Returns a new instance of ModifyCodeBatchRequest.
3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 |
# File 'lib/v20210515/models.rb', line 3205 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 |
Instance Attribute Details
#BatchCode ⇒ Object
3203 3204 3205 |
# File 'lib/v20210515/models.rb', line 3203 def BatchCode @BatchCode end |
#BatchId ⇒ Object
3203 3204 3205 |
# File 'lib/v20210515/models.rb', line 3203 def BatchId @BatchId end |
#CorpId ⇒ Object
3203 3204 3205 |
# File 'lib/v20210515/models.rb', line 3203 def CorpId @CorpId end |
#MerchantId ⇒ Object
3203 3204 3205 |
# File 'lib/v20210515/models.rb', line 3203 def MerchantId @MerchantId end |
#MpTpl ⇒ Object
3203 3204 3205 |
# File 'lib/v20210515/models.rb', line 3203 def MpTpl @MpTpl end |
#ProductId ⇒ Object
3203 3204 3205 |
# File 'lib/v20210515/models.rb', line 3203 def ProductId @ProductId end |
#ProductionDate ⇒ Object
3203 3204 3205 |
# File 'lib/v20210515/models.rb', line 3203 def ProductionDate @ProductionDate end |
#Remark ⇒ Object
3203 3204 3205 |
# File 'lib/v20210515/models.rb', line 3203 def Remark @Remark end |
#Status ⇒ Object
3203 3204 3205 |
# File 'lib/v20210515/models.rb', line 3203 def Status @Status end |
#ValidDate ⇒ Object
3203 3204 3205 |
# File 'lib/v20210515/models.rb', line 3203 def ValidDate @ValidDate end |
Instance Method Details
#deserialize(params) ⇒ Object
3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 |
# File 'lib/v20210515/models.rb', line 3218 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 |