Class: TencentCloud::Mps::V20190612::DescribeOutputRTSPPullServerUrl

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

查询输出的RTSP拉流URL信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#UrlObject

Parameters:

  • Url:

    RTSP拉流地址的Url。



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