Class: TencentCloud::Gpm::V20200820::StartMatchingResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gpm::V20200820::StartMatchingResponse
- Defined in:
- lib/v20200820/models.rb
Overview
StartMatching返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(errcode = nil, matchticketid = nil, requestid = nil) ⇒ StartMatchingResponse
constructor
A new instance of StartMatchingResponse.
Constructor Details
#initialize(errcode = nil, matchticketid = nil, requestid = nil) ⇒ StartMatchingResponse
Returns a new instance of StartMatchingResponse.
1641 1642 1643 1644 1645 |
# File 'lib/v20200820/models.rb', line 1641 def initialize(errcode=nil, matchticketid=nil, requestid=nil) @ErrCode = errcode @MatchTicketId = matchticketid @RequestId = requestid end |
Instance Attribute Details
#ErrCode ⇒ Object
1639 1640 1641 |
# File 'lib/v20200820/models.rb', line 1639 def ErrCode @ErrCode end |
#MatchTicketId ⇒ Object
1639 1640 1641 |
# File 'lib/v20200820/models.rb', line 1639 def MatchTicketId @MatchTicketId end |
#RequestId ⇒ Object
1639 1640 1641 |
# File 'lib/v20200820/models.rb', line 1639 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1647 1648 1649 1650 1651 |
# File 'lib/v20200820/models.rb', line 1647 def deserialize(params) @ErrCode = params['ErrCode'] @MatchTicketId = params['MatchTicketId'] @RequestId = params['RequestId'] end |