Class: TencentCloud::Gpm::V20200820::CancelMatchingResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gpm::V20200820::CancelMatchingResponse
- Defined in:
- lib/v20200820/models.rb
Overview
CancelMatching返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(errcode = nil, requestid = nil) ⇒ CancelMatchingResponse
constructor
A new instance of CancelMatchingResponse.
Constructor Details
#initialize(errcode = nil, requestid = nil) ⇒ CancelMatchingResponse
Returns a new instance of CancelMatchingResponse.
69 70 71 72 |
# File 'lib/v20200820/models.rb', line 69 def initialize(errcode=nil, requestid=nil) @ErrCode = errcode @RequestId = requestid end |
Instance Attribute Details
#ErrCode ⇒ Object
67 68 69 |
# File 'lib/v20200820/models.rb', line 67 def ErrCode @ErrCode end |
#RequestId ⇒ Object
67 68 69 |
# File 'lib/v20200820/models.rb', line 67 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
74 75 76 77 |
# File 'lib/v20200820/models.rb', line 74 def deserialize(params) @ErrCode = params['ErrCode'] @RequestId = params['RequestId'] end |