Class: TencentCloud::Mps::V20190612::RTSPPullSourceAddress

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

Overview

创建的输入RTSP拉流源站配置信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(url = nil) ⇒ RTSPPullSourceAddress

Returns a new instance of RTSPPullSourceAddress.



25396
25397
25398
# File 'lib/v20190612/models.rb', line 25396

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

Instance Attribute Details

#UrlObject

Parameters:

  • Url:

    RTSP源站的Url地址。



25394
25395
25396
# File 'lib/v20190612/models.rb', line 25394

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



25400
25401
25402
# File 'lib/v20190612/models.rb', line 25400

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