Class: TencentCloud::Cme::V20191029::OtherMaterial
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::OtherMaterial
- Defined in:
- lib/v20191029/models.rb
Overview
其他类型素材
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(materialurl = nil, vodfileid = nil) ⇒ OtherMaterial
constructor
A new instance of OtherMaterial.
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
#MaterialUrl ⇒ Object
4898 4899 4900 |
# File 'lib/v20191029/models.rb', line 4898 def MaterialUrl @MaterialUrl end |
#VodFileId ⇒ Object
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 |