Class: TencentCloud::Gpm::V20200820::MatchCodeAttr

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

Overview

匹配code

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(matchcode = nil) ⇒ MatchCodeAttr

Returns a new instance of MatchCodeAttr.



843
844
845
# File 'lib/v20200820/models.rb', line 843

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

Instance Attribute Details

#MatchCodeObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • MatchCode:

    匹配code



841
842
843
# File 'lib/v20200820/models.rb', line 841

def MatchCode
  @MatchCode
end

Instance Method Details

#deserialize(params) ⇒ Object



847
848
849
# File 'lib/v20200820/models.rb', line 847

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