Class: TencentCloud::Vod::V20180717::CoverBySnapshotTaskOutput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::CoverBySnapshotTaskOutput
- Defined in:
- lib/v20180717/models.rb
Overview
对视频截图做封面任务输出类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(coverurl = nil) ⇒ CoverBySnapshotTaskOutput
constructor
A new instance of CoverBySnapshotTaskOutput.
Constructor Details
#initialize(coverurl = nil) ⇒ CoverBySnapshotTaskOutput
Returns a new instance of CoverBySnapshotTaskOutput.
6131 6132 6133 |
# File 'lib/v20180717/models.rb', line 6131 def initialize(coverurl=nil) @CoverUrl = coverurl end |
Instance Attribute Details
#CoverUrl ⇒ Object
6129 6130 6131 |
# File 'lib/v20180717/models.rb', line 6129 def CoverUrl @CoverUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
6135 6136 6137 |
# File 'lib/v20180717/models.rb', line 6135 def deserialize(params) @CoverUrl = params['CoverUrl'] end |