Class: TencentCloud::Mps::V20190612::DescribeRTSPPullSourceAddress
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeRTSPPullSourceAddress
- Defined in:
- lib/v20190612/models.rb
Overview
查询输入的RTSP配置信息。
Instance Attribute Summary collapse
-
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil) ⇒ DescribeRTSPPullSourceAddress
constructor
A new instance of DescribeRTSPPullSourceAddress.
Constructor Details
#initialize(url = nil) ⇒ DescribeRTSPPullSourceAddress
Returns a new instance of DescribeRTSPPullSourceAddress.
11731 11732 11733 |
# File 'lib/v20190612/models.rb', line 11731 def initialize(url=nil) @Url = url end |
Instance Attribute Details
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11729 11730 11731 |
# File 'lib/v20190612/models.rb', line 11729 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
11735 11736 11737 |
# File 'lib/v20190612/models.rb', line 11735 def deserialize(params) @Url = params['Url'] end |