Class: TencentCloud::Trp::V20210515::DescribeScanStatsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::DescribeScanStatsRequest
- Defined in:
- lib/v20210515/models.rb
Overview
DescribeScanStats请求参数结构体
Instance Attribute Summary collapse
- #BatchId ⇒ Object
- #Code ⇒ Object
- #CorpId ⇒ Object
- #MerchantId ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #ProductId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(corpid = nil, pagesize = nil, pagenumber = nil, merchantid = nil, productid = nil, batchid = nil, code = nil) ⇒ DescribeScanStatsRequest
constructor
A new instance of DescribeScanStatsRequest.
Constructor Details
#initialize(corpid = nil, pagesize = nil, pagenumber = nil, merchantid = nil, productid = nil, batchid = nil, code = nil) ⇒ DescribeScanStatsRequest
Returns a new instance of DescribeScanStatsRequest.
2705 2706 2707 2708 2709 2710 2711 2712 2713 |
# File 'lib/v20210515/models.rb', line 2705 def initialize(corpid=nil, pagesize=nil, pagenumber=nil, merchantid=nil, productid=nil, batchid=nil, code=nil) @CorpId = corpid @PageSize = pagesize @PageNumber = pagenumber @MerchantId = merchantid @ProductId = productid @BatchId = batchid @Code = code end |
Instance Attribute Details
#BatchId ⇒ Object
2703 2704 2705 |
# File 'lib/v20210515/models.rb', line 2703 def BatchId @BatchId end |
#Code ⇒ Object
2703 2704 2705 |
# File 'lib/v20210515/models.rb', line 2703 def Code @Code end |
#CorpId ⇒ Object
2703 2704 2705 |
# File 'lib/v20210515/models.rb', line 2703 def CorpId @CorpId end |
#MerchantId ⇒ Object
2703 2704 2705 |
# File 'lib/v20210515/models.rb', line 2703 def MerchantId @MerchantId end |
#PageNumber ⇒ Object
2703 2704 2705 |
# File 'lib/v20210515/models.rb', line 2703 def PageNumber @PageNumber end |
#PageSize ⇒ Object
2703 2704 2705 |
# File 'lib/v20210515/models.rb', line 2703 def PageSize @PageSize end |
#ProductId ⇒ Object
2703 2704 2705 |
# File 'lib/v20210515/models.rb', line 2703 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
2715 2716 2717 2718 2719 2720 2721 2722 2723 |
# File 'lib/v20210515/models.rb', line 2715 def deserialize(params) @CorpId = params['CorpId'] @PageSize = params['PageSize'] @PageNumber = params['PageNumber'] @MerchantId = params['MerchantId'] @ProductId = params['ProductId'] @BatchId = params['BatchId'] @Code = params['Code'] end |