Class: TencentCloud::Vod::V20180717::CoverBySnapshotTaskOutput

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180717/models.rb

Overview

对视频截图做封面任务输出类型

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CoverUrlObject

Parameters:

  • CoverUrl:

    封面 URL。



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