Class: TencentCloud::Gpm::V20200820::ModifyMatchResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gpm::V20200820::ModifyMatchResponse
- Defined in:
- lib/v20200820/models.rb
Overview
ModifyMatch返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(matchinfo = nil, requestid = nil) ⇒ ModifyMatchResponse
constructor
A new instance of ModifyMatchResponse.
Constructor Details
#initialize(matchinfo = nil, requestid = nil) ⇒ ModifyMatchResponse
Returns a new instance of ModifyMatchResponse.
1150 1151 1152 1153 |
# File 'lib/v20200820/models.rb', line 1150 def initialize(matchinfo=nil, requestid=nil) @MatchInfo = matchinfo @RequestId = requestid end |
Instance Attribute Details
#MatchInfo ⇒ Object
1148 1149 1150 |
# File 'lib/v20200820/models.rb', line 1148 def MatchInfo @MatchInfo end |
#RequestId ⇒ Object
1148 1149 1150 |
# File 'lib/v20200820/models.rb', line 1148 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1155 1156 1157 1158 1159 1160 1161 |
# File 'lib/v20200820/models.rb', line 1155 def deserialize(params) unless params['MatchInfo'].nil? @MatchInfo = MatchInfo.new @MatchInfo.deserialize(params['MatchInfo']) end @RequestId = params['RequestId'] end |