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.
11548 11549 11550 |
# File 'lib/v20190612/models.rb', line 11548 def initialize(url=nil) @Url = url end |
Instance Attribute Details
#Url ⇒ Object
11546 11547 11548 |
# File 'lib/v20190612/models.rb', line 11546 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
11552 11553 11554 |
# File 'lib/v20190612/models.rb', line 11552 def deserialize(params) @Url = params['Url'] end |