Class: TencentCloud::Gpm::V20200820::DescribeMatchCodesRequest

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

Overview

DescribeMatchCodes请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offset = nil, limit = nil, matchcode = nil) ⇒ DescribeMatchCodesRequest

Returns a new instance of DescribeMatchCodesRequest.



374
375
376
377
378
# File 'lib/v20200820/models.rb', line 374

def initialize(offset=nil, limit=nil, matchcode=nil)
  @Offset = offset
  @Limit = limit
  @MatchCode = matchcode
end

Instance Attribute Details

#LimitObject

Parameters:

  • Offset:

    偏移量,页码

  • Limit:

    每页数量

  • MatchCode:

    搜索的字符串



372
373
374
# File 'lib/v20200820/models.rb', line 372

def Limit
  @Limit
end

#MatchCodeObject

Parameters:

  • Offset:

    偏移量,页码

  • Limit:

    每页数量

  • MatchCode:

    搜索的字符串



372
373
374
# File 'lib/v20200820/models.rb', line 372

def MatchCode
  @MatchCode
end

#OffsetObject

Parameters:

  • Offset:

    偏移量,页码

  • Limit:

    每页数量

  • MatchCode:

    搜索的字符串



372
373
374
# File 'lib/v20200820/models.rb', line 372

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



380
381
382
383
384
# File 'lib/v20200820/models.rb', line 380

def deserialize(params)
  @Offset = params['Offset']
  @Limit = params['Limit']
  @MatchCode = params['MatchCode']
end