Class: TencentCloud::Gpm::V20200820::DeleteMatchRequest

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

Overview

DeleteMatch请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#MatchCodeObject

Parameters:

  • MatchCode:

    匹配code



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