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.



13350
13351
13352
# File 'lib/v20190612/models.rb', line 13350

def initialize(url=nil)
  @Url = url
end

Instance Attribute Details

#UrlObject

Parameters:

  • Url:

    RTSP拉流地址的Url。



13348
13349
13350
# File 'lib/v20190612/models.rb', line 13348

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



13354
13355
13356
# File 'lib/v20190612/models.rb', line 13354

def deserialize(params)
  @Url = params['Url']
end