Class: TencentCloud::Mps::V20190612::CreateBlindWatermarkTemplateRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateBlindWatermarkTemplateRequest
- Defined in:
- lib/v20190612/models.rb
Overview
CreateBlindWatermarkTemplate请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, textcontent = nil, name = nil, comment = nil) ⇒ CreateBlindWatermarkTemplateRequest
constructor
A new instance of CreateBlindWatermarkTemplateRequest.
Constructor Details
#initialize(type = nil, textcontent = nil, name = nil, comment = nil) ⇒ CreateBlindWatermarkTemplateRequest
Returns a new instance of CreateBlindWatermarkTemplateRequest.
8073 8074 8075 8076 8077 8078 |
# File 'lib/v20190612/models.rb', line 8073 def initialize(type=nil, textcontent=nil, name=nil, comment=nil) @Type = type @TextContent = textcontent @Name = name @Comment = comment end |
Instance Attribute Details
#Comment ⇒ Object
8071 8072 8073 |
# File 'lib/v20190612/models.rb', line 8071 def Comment @Comment end |
#Name ⇒ Object
8071 8072 8073 |
# File 'lib/v20190612/models.rb', line 8071 def Name @Name end |
#TextContent ⇒ Object
8071 8072 8073 |
# File 'lib/v20190612/models.rb', line 8071 def TextContent @TextContent end |
#Type ⇒ Object
8071 8072 8073 |
# File 'lib/v20190612/models.rb', line 8071 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
8080 8081 8082 8083 8084 8085 |
# File 'lib/v20190612/models.rb', line 8080 def deserialize(params) @Type = params['Type'] @TextContent = params['TextContent'] @Name = params['Name'] @Comment = params['Comment'] end |