Class: TencentCloud::Live::V20180801::UpdateLiveWatermarkRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::UpdateLiveWatermarkRequest
- Defined in:
- lib/v20180801/models.rb
Overview
UpdateLiveWatermark请求参数结构体
Instance Attribute Summary collapse
-
#BackgroundHeight ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 URL中禁止包含的字符: ;(){}$>‘#“'| 最长30字节。.
-
#BackgroundWidth ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 URL中禁止包含的字符: ;(){}$>‘#“'| 最长30字节。.
-
#Height ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 URL中禁止包含的字符: ;(){}$>‘#“'| 最长30字节。.
-
#PictureUrl ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 URL中禁止包含的字符: ;(){}$>‘#“'| 最长30字节。.
-
#WatermarkId ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 URL中禁止包含的字符: ;(){}$>‘#“'| 最长30字节。.
-
#WatermarkName ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 URL中禁止包含的字符: ;(){}$>‘#“'| 最长30字节。.
-
#Width ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 URL中禁止包含的字符: ;(){}$>‘#“'| 最长30字节。.
-
#XPosition ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 URL中禁止包含的字符: ;(){}$>‘#“'| 最长30字节。.
-
#YPosition ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。 URL中禁止包含的字符: ;(){}$>‘#“'| 最长30字节。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(watermarkid = nil, pictureurl = nil, xposition = nil, yposition = nil, watermarkname = nil, width = nil, height = nil, backgroundwidth = nil, backgroundheight = nil) ⇒ UpdateLiveWatermarkRequest
constructor
A new instance of UpdateLiveWatermarkRequest.
Constructor Details
#initialize(watermarkid = nil, pictureurl = nil, xposition = nil, yposition = nil, watermarkname = nil, width = nil, height = nil, backgroundwidth = nil, backgroundheight = nil) ⇒ UpdateLiveWatermarkRequest
Returns a new instance of UpdateLiveWatermarkRequest.
15969 15970 15971 15972 15973 15974 15975 15976 15977 15978 15979 |
# File 'lib/v20180801/models.rb', line 15969 def initialize(watermarkid=nil, pictureurl=nil, xposition=nil, yposition=nil, watermarkname=nil, width=nil, height=nil, backgroundwidth=nil, backgroundheight=nil) @WatermarkId = watermarkid @PictureUrl = pictureurl @XPosition = xposition @YPosition = yposition @WatermarkName = watermarkname @Width = width @Height = height @BackgroundWidth = backgroundwidth @BackgroundHeight = backgroundheight end |
Instance Attribute Details
#BackgroundHeight ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。URL中禁止包含的字符:
;(){}$>`#"\'|
最长30字节。
15967 15968 15969 |
# File 'lib/v20180801/models.rb', line 15967 def BackgroundHeight @BackgroundHeight end |
#BackgroundWidth ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。URL中禁止包含的字符:
;(){}$>`#"\'|
最长30字节。
15967 15968 15969 |
# File 'lib/v20180801/models.rb', line 15967 def BackgroundWidth @BackgroundWidth end |
#Height ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。URL中禁止包含的字符:
;(){}$>`#"\'|
最长30字节。
15967 15968 15969 |
# File 'lib/v20180801/models.rb', line 15967 def Height @Height end |
#PictureUrl ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。URL中禁止包含的字符:
;(){}$>`#"\'|
最长30字节。
15967 15968 15969 |
# File 'lib/v20180801/models.rb', line 15967 def PictureUrl @PictureUrl end |
#WatermarkId ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。URL中禁止包含的字符:
;(){}$>`#"\'|
最长30字节。
15967 15968 15969 |
# File 'lib/v20180801/models.rb', line 15967 def WatermarkId @WatermarkId end |
#WatermarkName ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。URL中禁止包含的字符:
;(){}$>`#"\'|
最长30字节。
15967 15968 15969 |
# File 'lib/v20180801/models.rb', line 15967 def WatermarkName @WatermarkName end |
#Width ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。URL中禁止包含的字符:
;(){}$>`#"\'|
最长30字节。
15967 15968 15969 |
# File 'lib/v20180801/models.rb', line 15967 def Width @Width end |
#XPosition ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。URL中禁止包含的字符:
;(){}$>`#"\'|
最长30字节。
15967 15968 15969 |
# File 'lib/v20180801/models.rb', line 15967 def XPosition @XPosition end |
#YPosition ⇒ Object
在添加水印接口 [AddLiveWatermark](/document/product/267/30154) 调用返回值中获取水印 ID。URL中禁止包含的字符:
;(){}$>`#"\'|
最长30字节。
15967 15968 15969 |
# File 'lib/v20180801/models.rb', line 15967 def YPosition @YPosition end |
Instance Method Details
#deserialize(params) ⇒ Object
15981 15982 15983 15984 15985 15986 15987 15988 15989 15990 15991 |
# File 'lib/v20180801/models.rb', line 15981 def deserialize(params) @WatermarkId = params['WatermarkId'] @PictureUrl = params['PictureUrl'] @XPosition = params['XPosition'] @YPosition = params['YPosition'] @WatermarkName = params['WatermarkName'] @Width = params['Width'] @Height = params['Height'] @BackgroundWidth = params['BackgroundWidth'] @BackgroundHeight = params['BackgroundHeight'] end |