Class: TencentCloud::Trp::V20210515::DescribeCodeBatchesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::DescribeCodeBatchesRequest
- Defined in:
- lib/v20210515/models.rb
Overview
DescribeCodeBatches请求参数结构体
Instance Attribute Summary collapse
- #BatchType ⇒ Object
- #CorpId ⇒ Object
- #Keyword ⇒ Object
- #MerchantId ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #ProductId ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(merchantid = nil, productid = nil, keyword = nil, pagesize = nil, pagenumber = nil, batchtype = nil, corpid = nil, status = nil) ⇒ DescribeCodeBatchesRequest
constructor
A new instance of DescribeCodeBatchesRequest.
Constructor Details
#initialize(merchantid = nil, productid = nil, keyword = nil, pagesize = nil, pagenumber = nil, batchtype = nil, corpid = nil, status = nil) ⇒ DescribeCodeBatchesRequest
Returns a new instance of DescribeCodeBatchesRequest.
1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 |
# File 'lib/v20210515/models.rb', line 1646 def initialize(merchantid=nil, productid=nil, keyword=nil, pagesize=nil, pagenumber=nil, batchtype=nil, corpid=nil, status=nil) @MerchantId = merchantid @ProductId = productid @Keyword = keyword @PageSize = pagesize @PageNumber = pagenumber @BatchType = batchtype @CorpId = corpid @Status = status end |
Instance Attribute Details
#BatchType ⇒ Object
1644 1645 1646 |
# File 'lib/v20210515/models.rb', line 1644 def BatchType @BatchType end |
#CorpId ⇒ Object
1644 1645 1646 |
# File 'lib/v20210515/models.rb', line 1644 def CorpId @CorpId end |
#Keyword ⇒ Object
1644 1645 1646 |
# File 'lib/v20210515/models.rb', line 1644 def Keyword @Keyword end |
#MerchantId ⇒ Object
1644 1645 1646 |
# File 'lib/v20210515/models.rb', line 1644 def MerchantId @MerchantId end |
#PageNumber ⇒ Object
1644 1645 1646 |
# File 'lib/v20210515/models.rb', line 1644 def PageNumber @PageNumber end |
#PageSize ⇒ Object
1644 1645 1646 |
# File 'lib/v20210515/models.rb', line 1644 def PageSize @PageSize end |
#ProductId ⇒ Object
1644 1645 1646 |
# File 'lib/v20210515/models.rb', line 1644 def ProductId @ProductId end |
#Status ⇒ Object
1644 1645 1646 |
# File 'lib/v20210515/models.rb', line 1644 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 |
# File 'lib/v20210515/models.rb', line 1657 def deserialize(params) @MerchantId = params['MerchantId'] @ProductId = params['ProductId'] @Keyword = params['Keyword'] @PageSize = params['PageSize'] @PageNumber = params['PageNumber'] @BatchType = params['BatchType'] @CorpId = params['CorpId'] @Status = params['Status'] end |