Class: TencentCloud::Mps::V20190612::DescribeAdaptiveDynamicStreamingTemplatesRequest

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

Overview

DescribeAdaptiveDynamicStreamingTemplates请求参数结构体

Instance Attribute Summary collapse

  • #Limit ⇒ Object
  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0.
  • #Name ⇒ Object
  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0.
  • #Offset ⇒ Object
  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0.
  • #PureAudio ⇒ Object
  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0.
  • #Type ⇒ Object
  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0.

    Instance Method Summary collapse

    Constructor Details

    #initialize(definitions = nil, offset = nil, limit = nil, type = nil, pureaudio = nil, name = nil) ⇒ DescribeAdaptiveDynamicStreamingTemplatesRequest

    Returns a new instance of DescribeAdaptiveDynamicStreamingTemplatesRequest.

    
    
    11665
    11666
    11667
    11668
    11669
    11670
    11671
    11672
    # File 'lib/v20190612/models.rb', line 11665
    
    def initialize(definitions=nil, offset=nil, limit=nil, type=nil, pureaudio=nil, name=nil)
      @Definitions = definitions
      @Offset = offset
      @Limit = limit
      @Type = type
      @PureAudio = pureaudio
      @Name = name
    end
    

    Instance Attribute Details

    #DefinitionsObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0

    Parameters:

    • Definitions:

      转自适应码流模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

      分页偏移量,默认值:0。

    • Limit:

      返回记录条数,默认值:10,最大值:100。

    • Type:

      模板类型过滤条件,可选值:

    • PureAudio:

      是否为纯音频,0表示视频,1表示纯音频

    • Name:

      自适应转码模板标识过滤条件,长度限制:64 个字符

    
    
    11663
    11664
    11665
    # File 'lib/v20190612/models.rb', line 11663
    
    def Definitions
      @Definitions
    end
    

    #LimitObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0

    Parameters:

    • Definitions:

      转自适应码流模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

      分页偏移量,默认值:0。

    • Limit:

      返回记录条数,默认值:10,最大值:100。

    • Type:

      模板类型过滤条件,可选值:

    • PureAudio:

      是否为纯音频,0表示视频,1表示纯音频

    • Name:

      自适应转码模板标识过滤条件,长度限制:64 个字符

    
    
    11663
    11664
    11665
    # File 'lib/v20190612/models.rb', line 11663
    
    def Limit
      @Limit
    end
    

    #NameObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0

    Parameters:

    • Definitions:

      转自适应码流模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

      分页偏移量,默认值:0。

    • Limit:

      返回记录条数,默认值:10,最大值:100。

    • Type:

      模板类型过滤条件,可选值:

    • PureAudio:

      是否为纯音频,0表示视频,1表示纯音频

    • Name:

      自适应转码模板标识过滤条件,长度限制:64 个字符

    
    
    11663
    11664
    11665
    # File 'lib/v20190612/models.rb', line 11663
    
    def Name
      @Name
    end
    

    #OffsetObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0

    Parameters:

    • Definitions:

      转自适应码流模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

      分页偏移量,默认值:0。

    • Limit:

      返回记录条数,默认值:10,最大值:100。

    • Type:

      模板类型过滤条件,可选值:

    • PureAudio:

      是否为纯音频,0表示视频,1表示纯音频

    • Name:

      自适应转码模板标识过滤条件,长度限制:64 个字符

    
    
    11663
    11664
    11665
    # File 'lib/v20190612/models.rb', line 11663
    
    def Offset
      @Offset
    end
    

    #PureAudioObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0

    Parameters:

    • Definitions:

      转自适应码流模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

      分页偏移量,默认值:0。

    • Limit:

      返回记录条数,默认值:10,最大值:100。

    • Type:

      模板类型过滤条件,可选值:

    • PureAudio:

      是否为纯音频,0表示视频,1表示纯音频

    • Name:

      自适应转码模板标识过滤条件,长度限制:64 个字符

    
    
    11663
    11664
    11665
    # File 'lib/v20190612/models.rb', line 11663
    
    def PureAudio
      @PureAudio
    end
    

    #TypeObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • 默认值:0

    Parameters:

    • Definitions:

      转自适应码流模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

      分页偏移量,默认值:0。

    • Limit:

      返回记录条数,默认值:10,最大值:100。

    • Type:

      模板类型过滤条件,可选值:

    • PureAudio:

      是否为纯音频,0表示视频,1表示纯音频

    • Name:

      自适应转码模板标识过滤条件,长度限制:64 个字符

    
    
    11663
    11664
    11665
    # File 'lib/v20190612/models.rb', line 11663
    
    def Type
      @Type
    end
    

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    11674
    11675
    11676
    11677
    11678
    11679
    11680
    11681
    # File 'lib/v20190612/models.rb', line 11674
    
    def deserialize(params)
      @Definitions = params['Definitions']
      @Offset = params['Offset']
      @Limit = params['Limit']
      @Type = params['Type']
      @PureAudio = params['PureAudio']
      @Name = params['Name']
    end