Class: TencentCloud::Mps::V20190612::StreamUrlDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::StreamUrlDetail
- Defined in:
- lib/v20190612/models.rb
Overview
描述 URL 的完整信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(label = nil, url = nil, type = nil) ⇒ StreamUrlDetail
constructor
A new instance of StreamUrlDetail.
Constructor Details
#initialize(label = nil, url = nil, type = nil) ⇒ StreamUrlDetail
Returns a new instance of StreamUrlDetail.
25365 25366 25367 25368 25369 |
# File 'lib/v20190612/models.rb', line 25365 def initialize(label=nil, url=nil, type=nil) @Label = label @Url = url @Type = type end |
Instance Attribute Details
#Label ⇒ Object
25363 25364 25365 |
# File 'lib/v20190612/models.rb', line 25363 def Label @Label end |
#Type ⇒ Object
25363 25364 25365 |
# File 'lib/v20190612/models.rb', line 25363 def Type @Type end |
#Url ⇒ Object
25363 25364 25365 |
# File 'lib/v20190612/models.rb', line 25363 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
25371 25372 25373 25374 25375 |
# File 'lib/v20190612/models.rb', line 25371 def deserialize(params) @Label = params['Label'] @Url = params['Url'] @Type = params['Type'] end |