Class: TencentCloud::Gse::V20191112::EndGameServerSessionAndProcessRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::EndGameServerSessionAndProcessRequest
- Defined in:
- lib/v20191112/models.rb
Overview
EndGameServerSessionAndProcess请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gameserversessionid = nil, ipaddress = nil, port = nil) ⇒ EndGameServerSessionAndProcessRequest
constructor
A new instance of EndGameServerSessionAndProcessRequest.
Constructor Details
#initialize(gameserversessionid = nil, ipaddress = nil, port = nil) ⇒ EndGameServerSessionAndProcessRequest
Returns a new instance of EndGameServerSessionAndProcessRequest.
2803 2804 2805 2806 2807 |
# File 'lib/v20191112/models.rb', line 2803 def initialize(gameserversessionid=nil, ipaddress=nil, port=nil) @GameServerSessionId = gameserversessionid @IpAddress = ipaddress @Port = port end |
Instance Attribute Details
#GameServerSessionId ⇒ Object
2801 2802 2803 |
# File 'lib/v20191112/models.rb', line 2801 def GameServerSessionId @GameServerSessionId end |
#IpAddress ⇒ Object
2801 2802 2803 |
# File 'lib/v20191112/models.rb', line 2801 def IpAddress @IpAddress end |
#Port ⇒ Object
2801 2802 2803 |
# File 'lib/v20191112/models.rb', line 2801 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
2809 2810 2811 2812 2813 |
# File 'lib/v20191112/models.rb', line 2809 def deserialize(params) @GameServerSessionId = params['GameServerSessionId'] @IpAddress = params['IpAddress'] @Port = params['Port'] end |