Class: TencentCloud::Mps::V20190612::DescribeWatermarkTemplatesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeWatermarkTemplatesRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeWatermarkTemplates请求参数结构体
Instance Attribute Summary collapse
-
#Definitions ⇒ Object
- image:图片水印;
- text:文字水印。
- 默认值:10;
- 最大值:100。
. -
#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
- #deserialize(params) ⇒ Object
-
#initialize(definitions = nil, type = nil, offset = nil, limit = nil, name = nil) ⇒ DescribeWatermarkTemplatesRequest
constructor
A new instance of DescribeWatermarkTemplatesRequest.
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
#Definitions ⇒ Object
15406 15407 15408 |
# File 'lib/v20190612/models.rb', line 15406 def Definitions @Definitions end |
#Limit ⇒ Object
15406 15407 15408 |
# File 'lib/v20190612/models.rb', line 15406 def Limit @Limit end |
#Name ⇒ Object
15406 15407 15408 |
# File 'lib/v20190612/models.rb', line 15406 def Name @Name end |
#Offset ⇒ Object
15406 15407 15408 |
# File 'lib/v20190612/models.rb', line 15406 def Offset @Offset end |
#Type ⇒ Object
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 |