Class: TencentCloud::Trp::V20210515::DescribeCodeBatchsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::DescribeCodeBatchsRequest
- Defined in:
- lib/v20210515/models.rb
Overview
DescribeCodeBatchs请求参数结构体
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) ⇒ DescribeCodeBatchsRequest
constructor
A new instance of DescribeCodeBatchsRequest.
Constructor Details
#initialize(merchantid = nil, productid = nil, keyword = nil, pagesize = nil, pagenumber = nil, batchtype = nil, corpid = nil, status = nil) ⇒ DescribeCodeBatchsRequest
Returns a new instance of DescribeCodeBatchsRequest.
1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/v20210515/models.rb', line 1721 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
1719 1720 1721 |
# File 'lib/v20210515/models.rb', line 1719 def BatchType @BatchType end |
#CorpId ⇒ Object
1719 1720 1721 |
# File 'lib/v20210515/models.rb', line 1719 def CorpId @CorpId end |
#Keyword ⇒ Object
1719 1720 1721 |
# File 'lib/v20210515/models.rb', line 1719 def Keyword @Keyword end |
#MerchantId ⇒ Object
1719 1720 1721 |
# File 'lib/v20210515/models.rb', line 1719 def MerchantId @MerchantId end |
#PageNumber ⇒ Object
1719 1720 1721 |
# File 'lib/v20210515/models.rb', line 1719 def PageNumber @PageNumber end |
#PageSize ⇒ Object
1719 1720 1721 |
# File 'lib/v20210515/models.rb', line 1719 def PageSize @PageSize end |
#ProductId ⇒ Object
1719 1720 1721 |
# File 'lib/v20210515/models.rb', line 1719 def ProductId @ProductId end |
#Status ⇒ Object
1719 1720 1721 |
# File 'lib/v20210515/models.rb', line 1719 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 |
# File 'lib/v20210515/models.rb', line 1732 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 |