Class: TencentCloud::Mps::V20190612::DescribeAnimatedGraphicsTemplatesRequest

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

Overview

DescribeAnimatedGraphicsTemplates请求参数结构体

Instance Attribute Summary collapse

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

    Instance Method Summary collapse

    Constructor Details

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

    Returns a new instance of DescribeAnimatedGraphicsTemplatesRequest.

    
    
    11824
    11825
    11826
    11827
    11828
    11829
    11830
    # File 'lib/v20190612/models.rb', line 11824
    
    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

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • Parameters:

    • Definitions:

      转动图模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

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

    • Limit:

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

    • Type:

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

    • Name:

      转动图模板标识过滤条件,长度限制:64 个字符。

    
    
    11822
    11823
    11824
    # File 'lib/v20190612/models.rb', line 11822
    
    def Definitions
      @Definitions
    end

    #LimitObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • Parameters:

    • Definitions:

      转动图模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

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

    • Limit:

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

    • Type:

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

    • Name:

      转动图模板标识过滤条件,长度限制:64 个字符。

    
    
    11822
    11823
    11824
    # File 'lib/v20190612/models.rb', line 11822
    
    def Limit
      @Limit
    end

    #NameObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • Parameters:

    • Definitions:

      转动图模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

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

    • Limit:

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

    • Type:

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

    • Name:

      转动图模板标识过滤条件,长度限制:64 个字符。

    
    
    11822
    11823
    11824
    # File 'lib/v20190612/models.rb', line 11822
    
    def Name
      @Name
    end

    #OffsetObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • Parameters:

    • Definitions:

      转动图模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

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

    • Limit:

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

    • Type:

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

    • Name:

      转动图模板标识过滤条件,长度限制:64 个字符。

    
    
    11822
    11823
    11824
    # File 'lib/v20190612/models.rb', line 11822
    
    def Offset
      @Offset
    end

    #TypeObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • Parameters:

    • Definitions:

      转动图模板唯一标识过滤条件,数组长度限制:100。

    • Offset:

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

    • Limit:

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

    • Type:

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

    • Name:

      转动图模板标识过滤条件,长度限制:64 个字符。

    
    
    11822
    11823
    11824
    # File 'lib/v20190612/models.rb', line 11822
    
    def Type
      @Type
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    11832
    11833
    11834
    11835
    11836
    11837
    11838
    # File 'lib/v20190612/models.rb', line 11832
    
    def deserialize(params)
      @Definitions = params['Definitions']
      @Offset = params['Offset']
      @Limit = params['Limit']
      @Type = params['Type']
      @Name = params['Name']
    end