Class: TencentCloud::Mps::V20190612::UrlInputInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::UrlInputInfo
- Defined in:
- lib/v20190612/models.rb
Overview
媒体处理 URL 对象信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil) ⇒ UrlInputInfo
constructor
A new instance of UrlInputInfo.
Constructor Details
#initialize(url = nil) ⇒ UrlInputInfo
Returns a new instance of UrlInputInfo.
31488 31489 31490 |
# File 'lib/v20190612/models.rb', line 31488 def initialize(url=nil) @Url = url end |
Instance Attribute Details
#Url ⇒ Object
31486 31487 31488 |
# File 'lib/v20190612/models.rb', line 31486 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
31492 31493 31494 |
# File 'lib/v20190612/models.rb', line 31492 def deserialize(params) @Url = params['Url'] end |