Class: TencentCloud::Mps::V20190612::DescribeSmartEraseTemplatesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeSmartEraseTemplatesRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeSmartEraseTemplates请求参数结构体
Instance Attribute Summary collapse
-
#Definitions ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - subtitle 去字幕 - watermark 去水印 - privacy 隐私保护.
-
#EraseType ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - subtitle 去字幕 - watermark 去水印 - privacy 隐私保护.
-
#Limit ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - subtitle 去字幕 - watermark 去水印 - privacy 隐私保护.
-
#Name ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - subtitle 去字幕 - watermark 去水印 - privacy 隐私保护.
-
#Offset ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - subtitle 去字幕 - watermark 去水印 - privacy 隐私保护.
-
#Type ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - subtitle 去字幕 - watermark 去水印 - privacy 隐私保护.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, erasetype = nil, name = nil) ⇒ DescribeSmartEraseTemplatesRequest
constructor
A new instance of DescribeSmartEraseTemplatesRequest.
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
#Definitions ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- subtitle 去字幕
- watermark 去水印
- privacy 隐私保护
13948 13949 13950 |
# File 'lib/v20190612/models.rb', line 13948 def Definitions @Definitions end |
#EraseType ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- subtitle 去字幕
- watermark 去水印
- privacy 隐私保护
13948 13949 13950 |
# File 'lib/v20190612/models.rb', line 13948 def EraseType @EraseType end |
#Limit ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- subtitle 去字幕
- watermark 去水印
- privacy 隐私保护
13948 13949 13950 |
# File 'lib/v20190612/models.rb', line 13948 def Limit @Limit end |
#Name ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- subtitle 去字幕
- watermark 去水印
- privacy 隐私保护
13948 13949 13950 |
# File 'lib/v20190612/models.rb', line 13948 def Name @Name end |
#Offset ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- subtitle 去字幕
- watermark 去水印
- privacy 隐私保护
13948 13949 13950 |
# File 'lib/v20190612/models.rb', line 13948 def Offset @Offset end |
#Type ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- subtitle 去字幕
- watermark 去水印
- privacy 隐私保护
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 |