Class: TencentCloud::Gse::V20191112::StartGameServerSessionPlacementResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::StartGameServerSessionPlacementResponse
- Defined in:
- lib/v20191112/models.rb
Overview
StartGameServerSessionPlacement返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gameserversessionplacement = nil, requestid = nil) ⇒ StartGameServerSessionPlacementResponse
constructor
A new instance of StartGameServerSessionPlacementResponse.
Constructor Details
#initialize(gameserversessionplacement = nil, requestid = nil) ⇒ StartGameServerSessionPlacementResponse
Returns a new instance of StartGameServerSessionPlacementResponse.
5248 5249 5250 5251 |
# File 'lib/v20191112/models.rb', line 5248 def initialize(gameserversessionplacement=nil, requestid=nil) @GameServerSessionPlacement = gameserversessionplacement @RequestId = requestid end |
Instance Attribute Details
#GameServerSessionPlacement ⇒ Object
5246 5247 5248 |
# File 'lib/v20191112/models.rb', line 5246 def GameServerSessionPlacement @GameServerSessionPlacement end |
#RequestId ⇒ Object
5246 5247 5248 |
# File 'lib/v20191112/models.rb', line 5246 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5253 5254 5255 5256 5257 5258 5259 |
# File 'lib/v20191112/models.rb', line 5253 def deserialize(params) unless params['GameServerSessionPlacement'].nil? @GameServerSessionPlacement = GameServerSessionPlacement.new @GameServerSessionPlacement.deserialize(params['GameServerSessionPlacement']) end @RequestId = params['RequestId'] end |