Class: TencentCloud::Mps::V20190612::DescribeWatermarkTemplatesRequest

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

Overview

DescribeWatermarkTemplates请求参数结构体

Instance Attribute Summary collapse

  • #Limit ⇒ Object
  • image:图片水印;
  • text:文字水印。
  • 默认值:10;
  • 最大值:100。
  • .
  • #Name ⇒ Object
  • image:图片水印;
  • text:文字水印。
  • 默认值:10;
  • 最大值:100。
  • .
  • #Offset ⇒ Object
  • image:图片水印;
  • text:文字水印。
  • 默认值:10;
  • 最大值:100。
  • .
  • #Type ⇒ Object
  • image:图片水印;
  • text:文字水印。
  • 默认值:10;
  • 最大值:100。
  • .

    Instance Method Summary collapse

    Constructor Details

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

    Returns a new instance of DescribeWatermarkTemplatesRequest.

    
    
    15408
    15409
    15410
    15411
    15412
    15413
    15414
    # File 'lib/v20190612/models.rb', line 15408
    
    def initialize(definitions=nil, type=nil, offset=nil, limit=nil, name=nil)
      @Definitions = definitions
      @Type = type
      @Offset = offset
      @Limit = limit
      @Name = name
    end
    

    Instance Attribute Details

    #DefinitionsObject

  • image:图片水印;
  • text:文字水印。
  • 默认值:10;
  • 最大值:100。
  • Parameters:

    • Definitions:

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

    • Type:

      水印类型过滤条件,可选值:

    • Offset:

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

    • Limit:

      返回记录条数

    • Name:

      水印模板标识过滤条件,长度限制:64 个字符。

    
    
    15406
    15407
    15408
    # File 'lib/v20190612/models.rb', line 15406
    
    def Definitions
      @Definitions
    end
    

    #LimitObject

  • image:图片水印;
  • text:文字水印。
  • 默认值:10;
  • 最大值:100。
  • Parameters:

    • Definitions:

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

    • Type:

      水印类型过滤条件,可选值:

    • Offset:

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

    • Limit:

      返回记录条数

    • Name:

      水印模板标识过滤条件,长度限制:64 个字符。

    
    
    15406
    15407
    15408
    # File 'lib/v20190612/models.rb', line 15406
    
    def Limit
      @Limit
    end
    

    #NameObject

  • image:图片水印;
  • text:文字水印。
  • 默认值:10;
  • 最大值:100。
  • Parameters:

    • Definitions:

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

    • Type:

      水印类型过滤条件,可选值:

    • Offset:

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

    • Limit:

      返回记录条数

    • Name:

      水印模板标识过滤条件,长度限制:64 个字符。

    
    
    15406
    15407
    15408
    # File 'lib/v20190612/models.rb', line 15406
    
    def Name
      @Name
    end
    

    #OffsetObject

  • image:图片水印;
  • text:文字水印。
  • 默认值:10;
  • 最大值:100。
  • Parameters:

    • Definitions:

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

    • Type:

      水印类型过滤条件,可选值:

    • Offset:

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

    • Limit:

      返回记录条数

    • Name:

      水印模板标识过滤条件,长度限制:64 个字符。

    
    
    15406
    15407
    15408
    # File 'lib/v20190612/models.rb', line 15406
    
    def Offset
      @Offset
    end
    

    #TypeObject

  • image:图片水印;
  • text:文字水印。
  • 默认值:10;
  • 最大值:100。
  • Parameters:

    • Definitions:

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

    • Type:

      水印类型过滤条件,可选值:

    • Offset:

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

    • Limit:

      返回记录条数

    • Name:

      水印模板标识过滤条件,长度限制:64 个字符。

    
    
    15406
    15407
    15408
    # File 'lib/v20190612/models.rb', line 15406
    
    def Type
      @Type
    end
    

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    15416
    15417
    15418
    15419
    15420
    15421
    15422
    # File 'lib/v20190612/models.rb', line 15416
    
    def deserialize(params)
      @Definitions = params['Definitions']
      @Type = params['Type']
      @Offset = params['Offset']
      @Limit = params['Limit']
      @Name = params['Name']
    end