Class: TencentCloud::Bizlive::V20190313::StopGameResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bizlive::V20190313::StopGameResponse
- Defined in:
- lib/v20190313/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.
332 333 334 |
# File 'lib/v20190313/models.rb', line 332 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
330 331 332 |
# File 'lib/v20190313/models.rb', line 330 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
336 337 338 |
# File 'lib/v20190313/models.rb', line 336 def deserialize(params) @RequestId = params['RequestId'] end |