Class: TencentCloud::Cme::V20191029::StreamConnectOutput

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

Overview

云转推输出源。

Instance Attribute Summary collapse

  • #Name ⇒ Object
  • URL :URL类型
  • 不填默认为URL类型。.
  • #PushUrl ⇒ Object
  • URL :URL类型
  • 不填默认为URL类型。.
  • #Type ⇒ Object
  • URL :URL类型
  • 不填默认为URL类型。.

    Instance Method Summary collapse

    Constructor Details

    #initialize(id = nil, name = nil, type = nil, pushurl = nil) ⇒ StreamConnectOutput

    Returns a new instance of StreamConnectOutput.

    
    
    5718
    5719
    5720
    5721
    5722
    5723
    # File 'lib/v20191029/models.rb', line 5718
    
    def initialize(id=nil, name=nil, type=nil, pushurl=nil)
      @Id = id
      @Name = name
      @Type = type
      @PushUrl = pushurl
    end

    Instance Attribute Details

    #IdObject

  • URL :URL类型
  • 不填默认为URL类型。

    Parameters:

    • Id:

      云转推输出源标识,转推项目级别唯一。若不填则由后端生成。

    • Name:

      云转推输出源名称。

    • Type:

      云转推输出源类型,取值:

    • PushUrl:

      云转推推流地址。

    
    
    5716
    5717
    5718
    # File 'lib/v20191029/models.rb', line 5716
    
    def Id
      @Id
    end

    #NameObject

  • URL :URL类型
  • 不填默认为URL类型。

    Parameters:

    • Id:

      云转推输出源标识,转推项目级别唯一。若不填则由后端生成。

    • Name:

      云转推输出源名称。

    • Type:

      云转推输出源类型,取值:

    • PushUrl:

      云转推推流地址。

    
    
    5716
    5717
    5718
    # File 'lib/v20191029/models.rb', line 5716
    
    def Name
      @Name
    end

    #PushUrlObject

  • URL :URL类型
  • 不填默认为URL类型。

    Parameters:

    • Id:

      云转推输出源标识,转推项目级别唯一。若不填则由后端生成。

    • Name:

      云转推输出源名称。

    • Type:

      云转推输出源类型,取值:

    • PushUrl:

      云转推推流地址。

    
    
    5716
    5717
    5718
    # File 'lib/v20191029/models.rb', line 5716
    
    def PushUrl
      @PushUrl
    end

    #TypeObject

  • URL :URL类型
  • 不填默认为URL类型。

    Parameters:

    • Id:

      云转推输出源标识,转推项目级别唯一。若不填则由后端生成。

    • Name:

      云转推输出源名称。

    • Type:

      云转推输出源类型,取值:

    • PushUrl:

      云转推推流地址。

    
    
    5716
    5717
    5718
    # File 'lib/v20191029/models.rb', line 5716
    
    def Type
      @Type
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    5725
    5726
    5727
    5728
    5729
    5730
    # File 'lib/v20191029/models.rb', line 5725
    
    def deserialize(params)
      @Id = params['Id']
      @Name = params['Name']
      @Type = params['Type']
      @PushUrl = params['PushUrl']
    end