tencentcloud-sdk-vod 3.0.487 → 3.0.488
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180717/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca410f82078ae6e25f4e72898838f13d32b2b218
|
4
|
+
data.tar.gz: 07b882445a3253d94922b88cc61145e333ef8933
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db3116040781e13be3b99243171938575f2d12c3e6fa1fac5b8d20a8f1d743ace5c91e8aa27850f5461728b1ff0229f2ff83b9277d9d273f68b694e80ff0d5c4
|
7
|
+
data.tar.gz: 2fea5d11e2a15b3f45931ec708a2710f237b096e426654b8199803ce71185a64d928b559fef9d0afce16afc239f50bb30545097fac5ed9598cb7bef45799bf19
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.488
|
data/lib/v20180717/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.488
|
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-
|
11
|
+
date: 2023-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|