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.
29317 29318 29319 29320 29321 |
# File 'lib/v20190612/models.rb', line 29317 def initialize(label=nil, url=nil, type=nil) @Label = label @Url = url @Type = type end |
Instance Attribute Details
#Label ⇒ Object
29315 29316 29317 |
# File 'lib/v20190612/models.rb', line 29315 def Label @Label end |
#Type ⇒ Object
29315 29316 29317 |
# File 'lib/v20190612/models.rb', line 29315 def Type @Type end |
#Url ⇒ Object
29315 29316 29317 |
# File 'lib/v20190612/models.rb', line 29315 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
29323 29324 29325 29326 29327 |
# File 'lib/v20190612/models.rb', line 29323 def deserialize(params) @Label = params['Label'] @Url = params['Url'] @Type = params['Type'] end |