Class: TencentCloud::Gpm::V20200820::CancelMatchingRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gpm::V20200820::CancelMatchingRequest
- Defined in:
- lib/v20200820/models.rb
Overview
CancelMatching请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(matchcode = nil, matchticketid = nil) ⇒ CancelMatchingRequest
constructor
A new instance of CancelMatchingRequest.
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
#MatchCode ⇒ Object
47 48 49 |
# File 'lib/v20200820/models.rb', line 47 def MatchCode @MatchCode end |
#MatchTicketId ⇒ Object
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 |