Class: TencentCloud::Gs::V20191118::StopGameResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::StopGameResponse
- Defined in:
- lib/v20191118/models.rb
Overview
StopGame返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopGameResponse
constructor
A new instance of StopGameResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopGameResponse
Returns a new instance of StopGameResponse.
4486 4487 4488 |
# File 'lib/v20191118/models.rb', line 4486 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4484 4485 4486 |
# File 'lib/v20191118/models.rb', line 4484 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4490 4491 4492 |
# File 'lib/v20191118/models.rb', line 4490 def deserialize(params) @RequestId = params['RequestId'] end |