Class: TencentCloud::Cme::V20191029::VideoEditProjectOutput
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::VideoEditProjectOutput
- Defined in:
- lib/v20191029/models.rb
Overview
项目导出信息。
Instance Attribute Summary collapse
-
#CoverURL ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#MaterialId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#MetaData ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#URL ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#VodFileId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(materialid = nil, vodfileid = nil, url = nil, metadata = nil, coverurl = nil) ⇒ VideoEditProjectOutput
constructor
A new instance of VideoEditProjectOutput.
Constructor Details
#initialize(materialid = nil, vodfileid = nil, url = nil, metadata = nil, coverurl = nil) ⇒ VideoEditProjectOutput
Returns a new instance of VideoEditProjectOutput.
6260 6261 6262 6263 6264 6265 6266 |
# File 'lib/v20191029/models.rb', line 6260 def initialize(materialid=nil, vodfileid=nil, url=nil, =nil, coverurl=nil) @MaterialId = materialid @VodFileId = vodfileid @URL = url @MetaData = @CoverURL = coverurl end |
Instance Attribute Details
#CoverURL ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6258 6259 6260 |
# File 'lib/v20191029/models.rb', line 6258 def CoverURL @CoverURL end |
#MaterialId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6258 6259 6260 |
# File 'lib/v20191029/models.rb', line 6258 def MaterialId @MaterialId end |
#MetaData ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6258 6259 6260 |
# File 'lib/v20191029/models.rb', line 6258 def MetaData @MetaData end |
#URL ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6258 6259 6260 |
# File 'lib/v20191029/models.rb', line 6258 def URL @URL end |
#VodFileId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6258 6259 6260 |
# File 'lib/v20191029/models.rb', line 6258 def VodFileId @VodFileId end |
Instance Method Details
#deserialize(params) ⇒ Object
6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 |
# File 'lib/v20191029/models.rb', line 6268 def deserialize(params) @MaterialId = params['MaterialId'] @VodFileId = params['VodFileId'] @URL = params['URL'] unless params['MetaData'].nil? @MetaData = MediaMetaData.new @MetaData.deserialize(params['MetaData']) end @CoverURL = params['CoverURL'] end |