Class: TencentCloud::Gpm::V20200820::CancelMatchingRequest

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

Overview

CancelMatching请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(matchcode = nil, matchticketid = nil) ⇒ CancelMatchingRequest

Returns a new instance of CancelMatchingRequest.



49
50
51
52
# File 'lib/v20200820/models.rb', line 49

def initialize(matchcode=nil, matchticketid=nil)
  @MatchCode = matchcode
  @MatchTicketId = matchticketid
end

Instance Attribute Details

#MatchCodeObject

Parameters:

  • MatchCode:

    匹配 Code

  • MatchTicketId:

    要取消的匹配匹配票据 ID



47
48
49
# File 'lib/v20200820/models.rb', line 47

def MatchCode
  @MatchCode
end

#MatchTicketIdObject

Parameters:

  • MatchCode:

    匹配 Code

  • MatchTicketId:

    要取消的匹配匹配票据 ID



47
48
49
# File 'lib/v20200820/models.rb', line 47

def MatchTicketId
  @MatchTicketId
end

Instance Method Details

#deserialize(params) ⇒ Object



54
55
56
57
# File 'lib/v20200820/models.rb', line 54

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