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.
13009 13010 13011 |
# File 'lib/v20190612/models.rb', line 13009 def initialize(url=nil) @Url = url end |
Instance Attribute Details
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
13007 13008 13009 |
# File 'lib/v20190612/models.rb', line 13007 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
13013 13014 13015 |
# File 'lib/v20190612/models.rb', line 13013 def deserialize(params) @Url = params['Url'] end |