Class: TencentCloud::Gpm::V20200820::DeleteMatchRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gpm::V20200820::DeleteMatchRequest
- Defined in:
- lib/v20200820/models.rb
Overview
DeleteMatch请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(matchcode = nil) ⇒ DeleteMatchRequest
constructor
A new instance of DeleteMatchRequest.
Constructor Details
#initialize(matchcode = nil) ⇒ DeleteMatchRequest
Returns a new instance of DeleteMatchRequest.
246 247 248 |
# File 'lib/v20200820/models.rb', line 246 def initialize(matchcode=nil) @MatchCode = matchcode end |
Instance Attribute Details
#MatchCode ⇒ Object
244 245 246 |
# File 'lib/v20200820/models.rb', line 244 def MatchCode @MatchCode end |
Instance Method Details
#deserialize(params) ⇒ Object
250 251 252 |
# File 'lib/v20200820/models.rb', line 250 def deserialize(params) @MatchCode = params['MatchCode'] end |