Class: TencentCloud::Gpm::V20200820::MatchCodeAttr
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gpm::V20200820::MatchCodeAttr
- Defined in:
- lib/v20200820/models.rb
Overview
匹配code
Instance Attribute Summary collapse
-
#MatchCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(matchcode = nil) ⇒ MatchCodeAttr
constructor
A new instance of MatchCodeAttr.
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
#MatchCode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
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 |