Class: TencentCloud::Mps::V20190612::DescribeSmartEraseTemplatesRequest

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

Overview

DescribeSmartEraseTemplates请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeSmartEraseTemplatesRequest.



13950
13951
13952
13953
13954
13955
13956
13957
# File 'lib/v20190612/models.rb', line 13950

def initialize(definitions=nil, offset=nil, limit=nil, type=nil, erasetype=nil, name=nil)
  @Definitions = definitions
  @Offset = offset
  @Limit = limit
  @Type = type
  @EraseType = erasetype
  @Name = name
end

Instance Attribute Details

#DefinitionsObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • subtitle 去字幕
  • watermark 去水印
  • privacy 隐私保护

Parameters:

  • Definitions:

    智能擦除模板唯一标识过滤条件,数组长度限制:100。

  • Offset:

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

  • Limit:

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

  • Type:

    模板类型过滤条件,不填则返回所有,可选值:

  • EraseType:

    智能擦除模板擦除类型过滤条件。

  • Name:

    智能擦除模板名过滤条件,长度限制:64 个字符。



13948
13949
13950
# File 'lib/v20190612/models.rb', line 13948

def Definitions
  @Definitions
end

#EraseTypeObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • subtitle 去字幕
  • watermark 去水印
  • privacy 隐私保护

Parameters:

  • Definitions:

    智能擦除模板唯一标识过滤条件,数组长度限制:100。

  • Offset:

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

  • Limit:

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

  • Type:

    模板类型过滤条件,不填则返回所有,可选值:

  • EraseType:

    智能擦除模板擦除类型过滤条件。

  • Name:

    智能擦除模板名过滤条件,长度限制:64 个字符。



13948
13949
13950
# File 'lib/v20190612/models.rb', line 13948

def EraseType
  @EraseType
end

#LimitObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • subtitle 去字幕
  • watermark 去水印
  • privacy 隐私保护

Parameters:

  • Definitions:

    智能擦除模板唯一标识过滤条件,数组长度限制:100。

  • Offset:

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

  • Limit:

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

  • Type:

    模板类型过滤条件,不填则返回所有,可选值:

  • EraseType:

    智能擦除模板擦除类型过滤条件。

  • Name:

    智能擦除模板名过滤条件,长度限制:64 个字符。



13948
13949
13950
# File 'lib/v20190612/models.rb', line 13948

def Limit
  @Limit
end

#NameObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • subtitle 去字幕
  • watermark 去水印
  • privacy 隐私保护

Parameters:

  • Definitions:

    智能擦除模板唯一标识过滤条件,数组长度限制:100。

  • Offset:

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

  • Limit:

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

  • Type:

    模板类型过滤条件,不填则返回所有,可选值:

  • EraseType:

    智能擦除模板擦除类型过滤条件。

  • Name:

    智能擦除模板名过滤条件,长度限制:64 个字符。



13948
13949
13950
# File 'lib/v20190612/models.rb', line 13948

def Name
  @Name
end

#OffsetObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • subtitle 去字幕
  • watermark 去水印
  • privacy 隐私保护

Parameters:

  • Definitions:

    智能擦除模板唯一标识过滤条件,数组长度限制:100。

  • Offset:

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

  • Limit:

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

  • Type:

    模板类型过滤条件,不填则返回所有,可选值:

  • EraseType:

    智能擦除模板擦除类型过滤条件。

  • Name:

    智能擦除模板名过滤条件,长度限制:64 个字符。



13948
13949
13950
# File 'lib/v20190612/models.rb', line 13948

def Offset
  @Offset
end

#TypeObject

  • Preset:系统预置模板;
  • Custom:用户自定义模板。
  • subtitle 去字幕
  • watermark 去水印
  • privacy 隐私保护

Parameters:

  • Definitions:

    智能擦除模板唯一标识过滤条件,数组长度限制:100。

  • Offset:

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

  • Limit:

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

  • Type:

    模板类型过滤条件,不填则返回所有,可选值:

  • EraseType:

    智能擦除模板擦除类型过滤条件。

  • Name:

    智能擦除模板名过滤条件,长度限制:64 个字符。



13948
13949
13950
# File 'lib/v20190612/models.rb', line 13948

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



13959
13960
13961
13962
13963
13964
13965
13966
# File 'lib/v20190612/models.rb', line 13959

def deserialize(params)
  @Definitions = params['Definitions']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @Type = params['Type']
  @EraseType = params['EraseType']
  @Name = params['Name']
end