Class: TencentCloud::Live::V20180801::WatermarkInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::WatermarkInfo
- Defined in:
- lib/v20180801/models.rb
Overview
水印信息。
Instance Attribute Summary collapse
-
#BackgroundHeight ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#BackgroundWidth ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#CreateTime ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#Height ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#PictureUrl ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#Status ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#WatermarkId ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#WatermarkName ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#Width ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#XPosition ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
-
#YPosition ⇒ Object
注:此字段为北京时间(UTC+8时区)。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(watermarkid = nil, pictureurl = nil, xposition = nil, yposition = nil, watermarkname = nil, status = nil, createtime = nil, width = nil, height = nil, backgroundwidth = nil, backgroundheight = nil) ⇒ WatermarkInfo
constructor
A new instance of WatermarkInfo.
Constructor Details
#initialize(watermarkid = nil, pictureurl = nil, xposition = nil, yposition = nil, watermarkname = nil, status = nil, createtime = nil, width = nil, height = nil, backgroundwidth = nil, backgroundheight = nil) ⇒ WatermarkInfo
Returns a new instance of WatermarkInfo.
16037 16038 16039 16040 16041 16042 16043 16044 16045 16046 16047 16048 16049 |
# File 'lib/v20180801/models.rb', line 16037 def initialize(watermarkid=nil, pictureurl=nil, xposition=nil, yposition=nil, watermarkname=nil, status=nil, createtime=nil, width=nil, height=nil, backgroundwidth=nil, backgroundheight=nil) @WatermarkId = watermarkid @PictureUrl = pictureurl @XPosition = xposition @YPosition = yposition @WatermarkName = watermarkname @Status = status @CreateTime = createtime @Width = width @Height = height @BackgroundWidth = backgroundwidth @BackgroundHeight = backgroundheight end |
Instance Attribute Details
#BackgroundHeight ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def BackgroundHeight @BackgroundHeight end |
#BackgroundWidth ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def BackgroundWidth @BackgroundWidth end |
#CreateTime ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def CreateTime @CreateTime end |
#Height ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def Height @Height end |
#PictureUrl ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def PictureUrl @PictureUrl end |
#Status ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def Status @Status end |
#WatermarkId ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def WatermarkId @WatermarkId end |
#WatermarkName ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def WatermarkName @WatermarkName end |
#Width ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def Width @Width end |
#XPosition ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def XPosition @XPosition end |
#YPosition ⇒ Object
注:此字段为北京时间(UTC+8时区)。
16035 16036 16037 |
# File 'lib/v20180801/models.rb', line 16035 def YPosition @YPosition end |
Instance Method Details
#deserialize(params) ⇒ Object
16051 16052 16053 16054 16055 16056 16057 16058 16059 16060 16061 16062 16063 |
# File 'lib/v20180801/models.rb', line 16051 def deserialize(params) @WatermarkId = params['WatermarkId'] @PictureUrl = params['PictureUrl'] @XPosition = params['XPosition'] @YPosition = params['YPosition'] @WatermarkName = params['WatermarkName'] @Status = params['Status'] @CreateTime = params['CreateTime'] @Width = params['Width'] @Height = params['Height'] @BackgroundWidth = params['BackgroundWidth'] @BackgroundHeight = params['BackgroundHeight'] end |