Class: TencentCloud::Mps::V20190612::DescribeBlindWatermarkTemplatesRequest

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

Overview

DescribeBlindWatermarkTemplates请求参数结构体

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, name = nil, type = nil, offset = nil, limit = nil) ⇒ DescribeBlindWatermarkTemplatesRequest

    Returns a new instance of DescribeBlindWatermarkTemplatesRequest.

    
    
    12185
    12186
    12187
    12188
    12189
    12190
    12191
    # File 'lib/v20190612/models.rb', line 12185
    
    def initialize(definitions=nil, name=nil, type=nil, offset=nil, limit=nil)
      @Definitions = definitions
      @Name = name
      @Type = type
      @Offset = offset
      @Limit = limit
    end

    Instance Attribute Details

    #DefinitionsObject

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

    • Definitions:

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

    • Name:

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

    • Type:

      数字水印类型,可选值:

    • blind-basic:基础版权数字水印;
    • blind-nagra:Nagra取证水印;
  • Offset:

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

  • Limit:

    返回记录条数

  • 
    
    12183
    12184
    12185
    # File 'lib/v20190612/models.rb', line 12183
    
    def Definitions
      @Definitions
    end

    #LimitObject

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

  • Offset:

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

  • Limit:

    返回记录条数

  • 
    
    12183
    12184
    12185
    # File 'lib/v20190612/models.rb', line 12183
    
    def Limit
      @Limit
    end

    #NameObject

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

  • Offset:

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

  • Limit:

    返回记录条数

  • 
    
    12183
    12184
    12185
    # File 'lib/v20190612/models.rb', line 12183
    
    def Name
      @Name
    end

    #OffsetObject

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

  • Offset:

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

  • Limit:

    返回记录条数

  • 
    
    12183
    12184
    12185
    # File 'lib/v20190612/models.rb', line 12183
    
    def Offset
      @Offset
    end

    #TypeObject

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

  • Offset:

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

  • Limit:

    返回记录条数

  • 
    
    12183
    12184
    12185
    # File 'lib/v20190612/models.rb', line 12183
    
    def Type
      @Type
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    12193
    12194
    12195
    12196
    12197
    12198
    12199
    # File 'lib/v20190612/models.rb', line 12193
    
    def deserialize(params)
      @Definitions = params['Definitions']
      @Name = params['Name']
      @Type = params['Type']
      @Offset = params['Offset']
      @Limit = params['Limit']
    end