Class: TencentCloud::Trp::V20210515::DescribeTraceCodesRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210515/models.rb

Overview

DescribeTraceCodes请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#BatchIdObject

Parameters:

  • Keyword:

    搜索关键字 码标识,或者批次ID

  • PageNumber:

    条数

  • PageSize:

    页码

  • BatchId:

    批次ID,弃用

  • CorpId:

    企业ID



2849
2850
2851
# File 'lib/v20210515/models.rb', line 2849

def BatchId
  @BatchId
end

#CorpIdObject

Parameters:

  • Keyword:

    搜索关键字 码标识,或者批次ID

  • PageNumber:

    条数

  • PageSize:

    页码

  • BatchId:

    批次ID,弃用

  • CorpId:

    企业ID



2849
2850
2851
# File 'lib/v20210515/models.rb', line 2849

def CorpId
  @CorpId
end

#KeywordObject

Parameters:

  • Keyword:

    搜索关键字 码标识,或者批次ID

  • PageNumber:

    条数

  • PageSize:

    页码

  • BatchId:

    批次ID,弃用

  • CorpId:

    企业ID



2849
2850
2851
# File 'lib/v20210515/models.rb', line 2849

def Keyword
  @Keyword
end

#PageNumberObject

Parameters:

  • Keyword:

    搜索关键字 码标识,或者批次ID

  • PageNumber:

    条数

  • PageSize:

    页码

  • BatchId:

    批次ID,弃用

  • CorpId:

    企业ID



2849
2850
2851
# File 'lib/v20210515/models.rb', line 2849

def PageNumber
  @PageNumber
end

#PageSizeObject

Parameters:

  • Keyword:

    搜索关键字 码标识,或者批次ID

  • PageNumber:

    条数

  • PageSize:

    页码

  • BatchId:

    批次ID,弃用

  • CorpId:

    企业ID



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