Class: TencentCloud::Trp::V20210515::DescribeTraceCodesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trp::V20210515::DescribeTraceCodesRequest
- Defined in:
- lib/v20210515/models.rb
Overview
DescribeTraceCodes请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyword = nil, pagenumber = nil, pagesize = nil, batchid = nil, corpid = nil) ⇒ DescribeTraceCodesRequest
constructor
A new instance of DescribeTraceCodesRequest.
Constructor Details
#initialize(keyword = nil, pagenumber = nil, pagesize = nil, batchid = nil, corpid = nil) ⇒ DescribeTraceCodesRequest
Returns a new instance of DescribeTraceCodesRequest.
2851 2852 2853 2854 2855 2856 2857 |
# File 'lib/v20210515/models.rb', line 2851 def initialize(keyword=nil, pagenumber=nil, pagesize=nil, batchid=nil, corpid=nil) @Keyword = keyword @PageNumber = pagenumber @PageSize = pagesize @BatchId = batchid @CorpId = corpid end |
Instance Attribute Details
#BatchId ⇒ Object
2849 2850 2851 |
# File 'lib/v20210515/models.rb', line 2849 def BatchId @BatchId end |
#CorpId ⇒ Object
2849 2850 2851 |
# File 'lib/v20210515/models.rb', line 2849 def CorpId @CorpId end |
#Keyword ⇒ Object
2849 2850 2851 |
# File 'lib/v20210515/models.rb', line 2849 def Keyword @Keyword end |
#PageNumber ⇒ Object
2849 2850 2851 |
# File 'lib/v20210515/models.rb', line 2849 def PageNumber @PageNumber end |
#PageSize ⇒ Object
2849 2850 2851 |
# File 'lib/v20210515/models.rb', line 2849 def PageSize @PageSize end |
Instance Method Details
#deserialize(params) ⇒ Object
2859 2860 2861 2862 2863 2864 2865 |
# File 'lib/v20210515/models.rb', line 2859 def deserialize(params) @Keyword = params['Keyword'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @BatchId = params['BatchId'] @CorpId = params['CorpId'] end |