Class: TencentCloud::Gpm::V20200820::MTicket
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gpm::V20200820::MTicket
- Defined in:
- lib/v20200820/models.rb
Overview
matchCode和匹配票据 ID组合结构
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(matchcode = nil, matchticketid = nil) ⇒ MTicket
constructor
A new instance of MTicket.
Constructor Details
#initialize(matchcode = nil, matchticketid = nil) ⇒ MTicket
Returns a new instance of MTicket.
781 782 783 784 |
# File 'lib/v20200820/models.rb', line 781 def initialize(matchcode=nil, matchticketid=nil) @MatchCode = matchcode @MatchTicketId = matchticketid end |
Instance Attribute Details
#MatchCode ⇒ Object
779 780 781 |
# File 'lib/v20200820/models.rb', line 779 def MatchCode @MatchCode end |
#MatchTicketId ⇒ Object
779 780 781 |
# File 'lib/v20200820/models.rb', line 779 def MatchTicketId @MatchTicketId end |
Instance Method Details
#deserialize(params) ⇒ Object
786 787 788 789 |
# File 'lib/v20200820/models.rb', line 786 def deserialize(params) @MatchCode = params['MatchCode'] @MatchTicketId = params['MatchTicketId'] end |