Class: TencentCloud::Vod::V20180717::MediaInputInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::MediaInputInfo
- Defined in:
- lib/v20180717/models.rb
Overview
要处理的源视频信息,视频名称、视频自定义 ID。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, name = nil, id = nil) ⇒ MediaInputInfo
constructor
A new instance of MediaInputInfo.
Constructor Details
#initialize(url = nil, name = nil, id = nil) ⇒ MediaInputInfo
Returns a new instance of MediaInputInfo.
17353 17354 17355 17356 17357 |
# File 'lib/v20180717/models.rb', line 17353 def initialize(url=nil, name=nil, id=nil) @Url = url @Name = name @Id = id end |
Instance Attribute Details
#Id ⇒ Object
17351 17352 17353 |
# File 'lib/v20180717/models.rb', line 17351 def Id @Id end |
#Name ⇒ Object
17351 17352 17353 |
# File 'lib/v20180717/models.rb', line 17351 def Name @Name end |
#Url ⇒ Object
17351 17352 17353 |
# File 'lib/v20180717/models.rb', line 17351 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
17359 17360 17361 17362 17363 |
# File 'lib/v20180717/models.rb', line 17359 def deserialize(params) @Url = params['Url'] @Name = params['Name'] @Id = params['Id'] end |