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.



13429
13430
13431
# File 'lib/v20190612/models.rb', line 13429

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

Instance Attribute Details

#UrlObject

Parameters:

  • Url:

    RTSP拉流地址的Url。



13427
13428
13429
# File 'lib/v20190612/models.rb', line 13427

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



13433
13434
13435
# File 'lib/v20190612/models.rb', line 13433

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