tencentcloud-sdk-vod 3.0.487 → 3.0.489

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d4e25ac8ec337a1fb2df21f68a4ff1be3b24159
4
- data.tar.gz: b9f5c1e03c768fa4a1f9708e9909707d36f574ee
3
+ metadata.gz: b6e5ff272a328a0fec682d5dafbe28d3c79ea92d
4
+ data.tar.gz: f0a1935fdfbe9c0583b96347c90d84b042e7ec69
5
5
  SHA512:
6
- metadata.gz: d1517e183904f29234f9719ddeb4751ea2a50cd02cfd775e48e60ea5aa67d899fa240066909fd4cb84a91d8605deb6f7766d1aac675db8976b0d8e7277679403
7
- data.tar.gz: d4c7e112a77eaf5596b2e143df38d0c1472a0f215f248e3442eeaadbbfc1d6db59c9891567f2ae9f15606c95b43ef98576a605a43eb108b12251d23f01b8358e
6
+ metadata.gz: 6978e4c9dbe9667f5bbda183c7261710c0e3f238f06edb0505b00b9f98c18852d2a85cc719d3590c6fb10ac6d07eeae3030feeebb78cb1f3796b5471f25cb6e3
7
+ data.tar.gz: 2bb2077c7bc89d14d366479a1bbc7c0fa6b4ef8502fa2c0a8d79f0e6cac8cfc51e0a7e3af2d26419f0fdaffac5b18df721090dfdb1d2633f3ff45648a8d3a75f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.487
1
+ 3.0.489
@@ -11229,6 +11229,9 @@ module TencentCloud
11229
11229
  class ExtractTraceWatermarkRequest < TencentCloud::Common::AbstractModel
11230
11230
  # @param Url: 需要提取水印的媒体 URL。
11231
11231
  # @type Url: String
11232
+ # @param FileId: 媒体文件 ID。Url 对应的原始媒体文件 ID。
11233
+ # <li><font color=red>注意</font>:此字段必填。</li>
11234
+ # @type FileId: String
11232
11235
  # @param SubAppId: <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
11233
11236
  # @type SubAppId: Integer
11234
11237
  # @param SessionContext: 标识来源上下文,用于透传用户请求信息,在ExtractTraceWatermarkComplete回调和任务流状态变更回调将返回该字段值,最长 1000个字符。
@@ -11240,10 +11243,11 @@ module TencentCloud
11240
11243
  # @param ExtInfo: 保留字段,特殊用途时使用。
11241
11244
  # @type ExtInfo: String
11242
11245
 
11243
- attr_accessor :Url, :SubAppId, :SessionContext, :SessionId, :TasksPriority, :ExtInfo
11246
+ attr_accessor :Url, :FileId, :SubAppId, :SessionContext, :SessionId, :TasksPriority, :ExtInfo
11244
11247
 
11245
- def initialize(url=nil, subappid=nil, sessioncontext=nil, sessionid=nil, taskspriority=nil, extinfo=nil)
11248
+ def initialize(url=nil, fileid=nil, subappid=nil, sessioncontext=nil, sessionid=nil, taskspriority=nil, extinfo=nil)
11246
11249
  @Url = url
11250
+ @FileId = fileid
11247
11251
  @SubAppId = subappid
11248
11252
  @SessionContext = sessioncontext
11249
11253
  @SessionId = sessionid
@@ -11253,6 +11257,7 @@ module TencentCloud
11253
11257
 
11254
11258
  def deserialize(params)
11255
11259
  @Url = params['Url']
11260
+ @FileId = params['FileId']
11256
11261
  @SubAppId = params['SubAppId']
11257
11262
  @SessionContext = params['SessionContext']
11258
11263
  @SessionId = params['SessionId']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.487
4
+ version: 3.0.489
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-05 00:00:00.000000000 Z
11
+ date: 2023-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common