Class: TencentCloud::Gpm::V20200820::DescribeMatchRequest

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

Overview

DescribeMatch请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(matchcode = nil) ⇒ DescribeMatchRequest

Returns a new instance of DescribeMatchRequest.



427
428
429
# File 'lib/v20200820/models.rb', line 427

def initialize(matchcode=nil)
  @MatchCode = matchcode
end

Instance Attribute Details

#MatchCodeObject

Parameters:

  • MatchCode:

    匹配code



425
426
427
# File 'lib/v20200820/models.rb', line 425

def MatchCode
  @MatchCode
end

Instance Method Details

#deserialize(params) ⇒ Object



431
432
433
# File 'lib/v20200820/models.rb', line 431

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