Class: TencentCloud::Live::V20180801::DeleteScreenshotTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DeleteScreenshotTaskResponse
- Defined in:
- lib/v20180801/models.rb
Overview
DeleteScreenshotTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteScreenshotTaskResponse
constructor
A new instance of DeleteScreenshotTaskResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteScreenshotTaskResponse
Returns a new instance of DeleteScreenshotTaskResponse.
5164 5165 5166 |
# File 'lib/v20180801/models.rb', line 5164 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5162 5163 5164 |
# File 'lib/v20180801/models.rb', line 5162 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5168 5169 5170 |
# File 'lib/v20180801/models.rb', line 5168 def deserialize(params) @RequestId = params['RequestId'] end |