Class: TencentCloud::Live::V20180801::StopScreenshotTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::StopScreenshotTaskRequest
- Defined in:
- lib/v20180801/models.rb
Overview
StopScreenshotTask请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil) ⇒ StopScreenshotTaskRequest
constructor
A new instance of StopScreenshotTaskRequest.
Constructor Details
#initialize(taskid = nil) ⇒ StopScreenshotTaskRequest
Returns a new instance of StopScreenshotTaskRequest.
15086 15087 15088 |
# File 'lib/v20180801/models.rb', line 15086 def initialize(taskid=nil) @TaskId = taskid end |
Instance Attribute Details
#TaskId ⇒ Object
15084 15085 15086 |
# File 'lib/v20180801/models.rb', line 15084 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
15090 15091 15092 |
# File 'lib/v20180801/models.rb', line 15090 def deserialize(params) @TaskId = params['TaskId'] end |