Class: TencentCloud::Live::V20180801::StopScreenshotTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::StopScreenshotTaskResponse
- Defined in:
- lib/v20180801/models.rb
Overview
StopScreenshotTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopScreenshotTaskResponse
constructor
A new instance of StopScreenshotTaskResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopScreenshotTaskResponse
Returns a new instance of StopScreenshotTaskResponse.
15102 15103 15104 |
# File 'lib/v20180801/models.rb', line 15102 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15100 15101 15102 |
# File 'lib/v20180801/models.rb', line 15100 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15106 15107 15108 |
# File 'lib/v20180801/models.rb', line 15106 def deserialize(params) @RequestId = params['RequestId'] end |