Class: TencentCloud::Mps::V20190612::RTSPPullSourceAddress
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::RTSPPullSourceAddress
- Defined in:
- lib/v20190612/models.rb
Overview
创建的输入RTSP拉流源站配置信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil) ⇒ RTSPPullSourceAddress
constructor
A new instance of RTSPPullSourceAddress.
Constructor Details
#initialize(url = nil) ⇒ RTSPPullSourceAddress
Returns a new instance of RTSPPullSourceAddress.
22134 22135 22136 |
# File 'lib/v20190612/models.rb', line 22134 def initialize(url=nil) @Url = url end |
Instance Attribute Details
#Url ⇒ Object
22132 22133 22134 |
# File 'lib/v20190612/models.rb', line 22132 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
22138 22139 22140 |
# File 'lib/v20190612/models.rb', line 22138 def deserialize(params) @Url = params['Url'] end |