Class: TencentCloud::Gs::V20191118::StopGameRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::StopGameRequest
- Defined in:
- lib/v20191118/models.rb
Overview
StopGame请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(userid = nil, hostuserid = nil) ⇒ StopGameRequest
constructor
A new instance of StopGameRequest.
Constructor Details
#initialize(userid = nil, hostuserid = nil) ⇒ StopGameRequest
Returns a new instance of StopGameRequest.
4468 4469 4470 4471 |
# File 'lib/v20191118/models.rb', line 4468 def initialize(userid=nil, hostuserid=nil) @UserId = userid @HostUserId = hostuserid end |
Instance Attribute Details
#HostUserId ⇒ Object
4466 4467 4468 |
# File 'lib/v20191118/models.rb', line 4466 def HostUserId @HostUserId end |
#UserId ⇒ Object
4466 4467 4468 |
# File 'lib/v20191118/models.rb', line 4466 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
4473 4474 4475 4476 |
# File 'lib/v20191118/models.rb', line 4473 def deserialize(params) @UserId = params['UserId'] @HostUserId = params['HostUserId'] end |