Class: TencentCloud::Mps::V20190612::BlindWatermarkTemplate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::BlindWatermarkTemplate
- Defined in:
- lib/v20190612/models.rb
Overview
数字水印模板详情
Instance Attribute Summary collapse
- #Comment ⇒ Object
- #CreateTime ⇒ Object
- #Definition ⇒ Object
- #Name ⇒ Object
- #Strength ⇒ Object
- #TextContent ⇒ Object
- #Type ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(definition = nil, type = nil, name = nil, textcontent = nil, comment = nil, createtime = nil, updatetime = nil, strength = nil) ⇒ BlindWatermarkTemplate
constructor
A new instance of BlindWatermarkTemplate.
Constructor Details
#initialize(definition = nil, type = nil, name = nil, textcontent = nil, comment = nil, createtime = nil, updatetime = nil, strength = nil) ⇒ BlindWatermarkTemplate
Returns a new instance of BlindWatermarkTemplate.
6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 |
# File 'lib/v20190612/models.rb', line 6292 def initialize(definition=nil, type=nil, name=nil, textcontent=nil, comment=nil, createtime=nil, updatetime=nil, strength=nil) @Definition = definition @Type = type @Name = name @TextContent = textcontent @Comment = comment @CreateTime = createtime @UpdateTime = updatetime @Strength = strength end |
Instance Attribute Details
#Comment ⇒ Object
6290 6291 6292 |
# File 'lib/v20190612/models.rb', line 6290 def Comment @Comment end |
#CreateTime ⇒ Object
6290 6291 6292 |
# File 'lib/v20190612/models.rb', line 6290 def CreateTime @CreateTime end |
#Definition ⇒ Object
6290 6291 6292 |
# File 'lib/v20190612/models.rb', line 6290 def Definition @Definition end |
#Name ⇒ Object
6290 6291 6292 |
# File 'lib/v20190612/models.rb', line 6290 def Name @Name end |
#Strength ⇒ Object
6290 6291 6292 |
# File 'lib/v20190612/models.rb', line 6290 def Strength @Strength end |
#TextContent ⇒ Object
6290 6291 6292 |
# File 'lib/v20190612/models.rb', line 6290 def TextContent @TextContent end |
#Type ⇒ Object
6290 6291 6292 |
# File 'lib/v20190612/models.rb', line 6290 def Type @Type end |
#UpdateTime ⇒ Object
6290 6291 6292 |
# File 'lib/v20190612/models.rb', line 6290 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 |
# File 'lib/v20190612/models.rb', line 6303 def deserialize(params) @Definition = params['Definition'] @Type = params['Type'] @Name = params['Name'] @TextContent = params['TextContent'] @Comment = params['Comment'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @Strength = params['Strength'] end |