Class: TencentCloud::Mps::V20190612::ModifyBlindWatermarkTemplateRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::ModifyBlindWatermarkTemplateRequest
- Defined in:
- lib/v20190612/models.rb
Overview
ModifyBlindWatermarkTemplate请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(definition = nil, name = nil, comment = nil, textcontent = nil, strength = nil) ⇒ ModifyBlindWatermarkTemplateRequest
constructor
A new instance of ModifyBlindWatermarkTemplateRequest.
Constructor Details
#initialize(definition = nil, name = nil, comment = nil, textcontent = nil, strength = nil) ⇒ ModifyBlindWatermarkTemplateRequest
Returns a new instance of ModifyBlindWatermarkTemplateRequest.
21752 21753 21754 21755 21756 21757 21758 |
# File 'lib/v20190612/models.rb', line 21752 def initialize(definition=nil, name=nil, comment=nil, textcontent=nil, strength=nil) @Definition = definition @Name = name @Comment = comment @TextContent = textcontent @Strength = strength end |
Instance Attribute Details
#Comment ⇒ Object
21750 21751 21752 |
# File 'lib/v20190612/models.rb', line 21750 def Comment @Comment end |
#Definition ⇒ Object
21750 21751 21752 |
# File 'lib/v20190612/models.rb', line 21750 def Definition @Definition end |
#Name ⇒ Object
21750 21751 21752 |
# File 'lib/v20190612/models.rb', line 21750 def Name @Name end |
#Strength ⇒ Object
21750 21751 21752 |
# File 'lib/v20190612/models.rb', line 21750 def Strength @Strength end |
#TextContent ⇒ Object
21750 21751 21752 |
# File 'lib/v20190612/models.rb', line 21750 def TextContent @TextContent end |
Instance Method Details
#deserialize(params) ⇒ Object
21760 21761 21762 21763 21764 21765 21766 |
# File 'lib/v20190612/models.rb', line 21760 def deserialize(params) @Definition = params['Definition'] @Name = params['Name'] @Comment = params['Comment'] @TextContent = params['TextContent'] @Strength = params['Strength'] end |