Class: TencentCloud::Trp::V20210515::CreateCodeBatchRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::CreateCodeBatchRequest
- Defined in:
- lib/v20210515/models.rb
Overview
CreateCodeBatch请求参数结构体
Instance Attribute Summary collapse
- #BatchCode ⇒ Object
- #BatchId ⇒ Object
- #BatchType ⇒ Object
- #CloneId ⇒ Object
- #CorpId ⇒ Object
- #MerchantId ⇒ Object
- #MpTpl ⇒ Object
- #ProductId ⇒ Object
- #ProductionDate ⇒ Object
- #Remark ⇒ Object
- #ValidDate ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(corpid = nil, merchantid = nil, productid = nil, batchtype = nil, batchid = nil, remark = nil, mptpl = nil, cloneid = nil, batchcode = nil, validdate = nil, productiondate = nil) ⇒ CreateCodeBatchRequest
constructor
A new instance of CreateCodeBatchRequest.
Constructor Details
#initialize(corpid = nil, merchantid = nil, productid = nil, batchtype = nil, batchid = nil, remark = nil, mptpl = nil, cloneid = nil, batchcode = nil, validdate = nil, productiondate = nil) ⇒ CreateCodeBatchRequest
Returns a new instance of CreateCodeBatchRequest.
596 597 598 599 600 601 602 603 604 605 606 607 608 |
# File 'lib/v20210515/models.rb', line 596 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 |
Instance Attribute Details
#BatchCode ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def BatchCode @BatchCode end |
#BatchId ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def BatchId @BatchId end |
#BatchType ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def BatchType @BatchType end |
#CloneId ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def CloneId @CloneId end |
#CorpId ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def CorpId @CorpId end |
#MerchantId ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def MerchantId @MerchantId end |
#MpTpl ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def MpTpl @MpTpl end |
#ProductId ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def ProductId @ProductId end |
#ProductionDate ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def ProductionDate @ProductionDate end |
#Remark ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def Remark @Remark end |
#ValidDate ⇒ Object
594 595 596 |
# File 'lib/v20210515/models.rb', line 594 def ValidDate @ValidDate end |
Instance Method Details
#deserialize(params) ⇒ Object
610 611 612 613 614 615 616 617 618 619 620 621 622 |
# File 'lib/v20210515/models.rb', line 610 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 |