Class: TencentCloud::Cme::V20191029::OtherMaterial

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

Overview

其他类型素材

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(materialurl = nil, vodfileid = nil) ⇒ OtherMaterial

Returns a new instance of OtherMaterial.



4900
4901
4902
4903
# File 'lib/v20191029/models.rb', line 4900

def initialize(materialurl=nil, vodfileid=nil)
  @MaterialUrl = materialurl
  @VodFileId = vodfileid
end

Instance Attribute Details

#MaterialUrlObject

Parameters:

  • MaterialUrl:

    素材媒体文件的播放 URL 地址。

  • VodFileId:

    云点播媒资 FileId。



4898
4899
4900
# File 'lib/v20191029/models.rb', line 4898

def MaterialUrl
  @MaterialUrl
end

#VodFileIdObject

Parameters:

  • MaterialUrl:

    素材媒体文件的播放 URL 地址。

  • VodFileId:

    云点播媒资 FileId。



4898
4899
4900
# File 'lib/v20191029/models.rb', line 4898

def VodFileId
  @VodFileId
end

Instance Method Details

#deserialize(params) ⇒ Object



4905
4906
4907
4908
# File 'lib/v20191029/models.rb', line 4905

def deserialize(params)
  @MaterialUrl = params['MaterialUrl']
  @VodFileId = params['VodFileId']
end