Class: TencentCloud::Mps::V20190612::DescribeOutputRTSPPullServerUrl
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeOutputRTSPPullServerUrl
- Defined in:
- lib/v20190612/models.rb
Overview
查询输出的RTSP拉流URL信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil) ⇒ DescribeOutputRTSPPullServerUrl
constructor
A new instance of DescribeOutputRTSPPullServerUrl.
Constructor Details
#initialize(url = nil) ⇒ DescribeOutputRTSPPullServerUrl
Returns a new instance of DescribeOutputRTSPPullServerUrl.
13350 13351 13352 |
# File 'lib/v20190612/models.rb', line 13350 def initialize(url=nil) @Url = url end |
Instance Attribute Details
#Url ⇒ Object
13348 13349 13350 |
# File 'lib/v20190612/models.rb', line 13348 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
13354 13355 13356 |
# File 'lib/v20190612/models.rb', line 13354 def deserialize(params) @Url = params['Url'] end |