class TencentCloud::Mps::V20190612::WatermarkTemplate

def initialize(definition=nil, type=nil, name=nil, comment=nil, xpos=nil, ypos=nil, imagetemplate=nil, texttemplate=nil, svgtemplate=nil, createtime=nil, updatetime=nil, coordinateorigin=nil)

def initialize(definition=nil, type=nil, name=nil, comment=nil, xpos=nil, ypos=nil, imagetemplate=nil, texttemplate=nil, svgtemplate=nil, createtime=nil, updatetime=nil, coordinateorigin=nil)
  @Definition = definition
  @Type = type
  @Name = name
  @Comment = comment
  @XPos = xpos
  @YPos = ypos
  @ImageTemplate = imagetemplate
  @TextTemplate = texttemplate
  @SvgTemplate = svgtemplate
  @CreateTime = createtime
  @UpdateTime = updatetime
  @CoordinateOrigin = coordinateorigin
end