Class: TencentCloud::Mps::V20190612::DescribeQualityControlTemplatesRequest

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

Overview

DescribeQualityControlTemplates请求参数结构体

Instance Attribute Summary collapse

  • #Limit ⇒ Object
  • 默认值:10;
  • 最大值:100。
  • .
  • #Name ⇒ Object
  • 默认值:10;
  • 最大值:100。
  • .
  • #Offset ⇒ Object
  • 默认值:10;
  • 最大值:100。
  • .
  • #Type ⇒ Object
  • 默认值:10;
  • 最大值:100。
  • .

    Instance Method Summary collapse

    Constructor Details

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

    Returns a new instance of DescribeQualityControlTemplatesRequest.

    
    
    13707
    13708
    13709
    13710
    13711
    13712
    13713
    # File 'lib/v20190612/models.rb', line 13707
    
    def initialize(definitions=nil, offset=nil, limit=nil, type=nil, name=nil)
      @Definitions = definitions
      @Offset = offset
      @Limit = limit
      @Type = type
      @Name = name
    end

    Instance Attribute Details

    #DefinitionsObject

  • 默认值:10;
  • 最大值:100。
  • Parameters:

    • Definitions:

      媒体质检模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

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

    • Limit:

      返回记录条数

    • Type::预设,Custom":自定义模板 ("Preset")

      ype: "Preset":预设,Custom":自定义模板

    • Name:

      媒体质检模板标识过滤条件,长度限制:64 个字符。

    
    
    13705
    13706
    13707
    # File 'lib/v20190612/models.rb', line 13705
    
    def Definitions
      @Definitions
    end

    #LimitObject

  • 默认值:10;
  • 最大值:100。
  • Parameters:

    • Definitions:

      媒体质检模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

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

    • Limit:

      返回记录条数

    • Type::预设,Custom":自定义模板 ("Preset")

      ype: "Preset":预设,Custom":自定义模板

    • Name:

      媒体质检模板标识过滤条件,长度限制:64 个字符。

    
    
    13705
    13706
    13707
    # File 'lib/v20190612/models.rb', line 13705
    
    def Limit
      @Limit
    end

    #NameObject

  • 默认值:10;
  • 最大值:100。
  • Parameters:

    • Definitions:

      媒体质检模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

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

    • Limit:

      返回记录条数

    • Type::预设,Custom":自定义模板 ("Preset")

      ype: "Preset":预设,Custom":自定义模板

    • Name:

      媒体质检模板标识过滤条件,长度限制:64 个字符。

    
    
    13705
    13706
    13707
    # File 'lib/v20190612/models.rb', line 13705
    
    def Name
      @Name
    end

    #OffsetObject

  • 默认值:10;
  • 最大值:100。
  • Parameters:

    • Definitions:

      媒体质检模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

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

    • Limit:

      返回记录条数

    • Type::预设,Custom":自定义模板 ("Preset")

      ype: "Preset":预设,Custom":自定义模板

    • Name:

      媒体质检模板标识过滤条件,长度限制:64 个字符。

    
    
    13705
    13706
    13707
    # File 'lib/v20190612/models.rb', line 13705
    
    def Offset
      @Offset
    end

    #TypeObject

  • 默认值:10;
  • 最大值:100。
  • Parameters:

    • Definitions:

      媒体质检模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

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

    • Limit:

      返回记录条数

    • Type::预设,Custom":自定义模板 ("Preset")

      ype: "Preset":预设,Custom":自定义模板

    • Name:

      媒体质检模板标识过滤条件,长度限制:64 个字符。

    
    
    13705
    13706
    13707
    # File 'lib/v20190612/models.rb', line 13705
    
    def Type
      @Type
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    13715
    13716
    13717
    13718
    13719
    13720
    13721
    # File 'lib/v20190612/models.rb', line 13715
    
    def deserialize(params)
      @Definitions = params['Definitions']
      @Offset = params['Offset']
      @Limit = params['Limit']
      @Type = params['Type']
      @Name = params['Name']
    end