Class: TencentCloud::Live::V20180801::CreateScreenshotTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::CreateScreenshotTaskResponse
- Defined in:
- lib/v20180801/models.rb
Overview
CreateScreenshotTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ CreateScreenshotTaskResponse
constructor
A new instance of CreateScreenshotTaskResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ CreateScreenshotTaskResponse
Returns a new instance of CreateScreenshotTaskResponse.
4046 4047 4048 4049 |
# File 'lib/v20180801/models.rb', line 4046 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4044 4045 4046 |
# File 'lib/v20180801/models.rb', line 4044 def RequestId @RequestId end |
#TaskId ⇒ Object
4044 4045 4046 |
# File 'lib/v20180801/models.rb', line 4044 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
4051 4052 4053 4054 |
# File 'lib/v20180801/models.rb', line 4051 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |