tencentcloud-sdk-vod 3.0.822 → 3.0.824

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64418f642d203dec0708b07b231b1afd0d25f36f
4
- data.tar.gz: 3db03eab53e55efce13b8609293279afc47afda0
3
+ metadata.gz: cd615529733a8df591c60b0d0d3cb1d5d1d1151c
4
+ data.tar.gz: efdb704b853c8b409c5db3592024692a77829d1d
5
5
  SHA512:
6
- metadata.gz: d5021a3b061d5983af89ce34f603714858c8b1537f99b3049eab05f95a6c06e482f7637207d3553ed646553eef54dafb870e3f2f507a98ea70fc0b61f8355c8e
7
- data.tar.gz: cddcb667da0f1cc4146f7606871e89048b7d4c4f5bdaa65689ce11623355922aff6f211f18b8352dd3bf71496c1dec42591cf9476347fa21e266d20b9d6f255c
6
+ metadata.gz: 1e5ffcad267d0e57d1c5fdf61ec837aeb60ee70defad74adbefb21572459e389793a236d6b3fe15e8bba299c12c01a333ac211c445f46663e2036fdd7776cbf0
7
+ data.tar.gz: d5bc5211786a2c36e1342918d5ff06fbd23a857c4bf9cce9684ef43e9154ebf5d9a66b9fe10a93906c5e59bd1077cf8d1c437a72e28276bb5dba5f20a204039b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.822
1
+ 3.0.824
@@ -25148,10 +25148,12 @@ module TencentCloud
25148
25148
  # @type SourceContext: String
25149
25149
  # @param SessionContext: 会话上下文,用于透传用户请求信息,当指定 Procedure 参数后,[任务流状态变更回调](/document/product/266/9636) 将返回该字段值,最长 1000 个字符。仅 IsPersistence 为 1 时有效。
25150
25150
  # @type SessionContext: String
25151
+ # @param ExtInfo: 保留字段,特殊用途时使用。 示例值:""
25152
+ # @type ExtInfo: String
25151
25153
 
25152
- attr_accessor :Url, :SubAppId, :StartTimeOffset, :EndTimeOffset, :IsPersistence, :ExpireTime, :Procedure, :ClassId, :SourceContext, :SessionContext
25154
+ attr_accessor :Url, :SubAppId, :StartTimeOffset, :EndTimeOffset, :IsPersistence, :ExpireTime, :Procedure, :ClassId, :SourceContext, :SessionContext, :ExtInfo
25153
25155
 
25154
- def initialize(url=nil, subappid=nil, starttimeoffset=nil, endtimeoffset=nil, ispersistence=nil, expiretime=nil, procedure=nil, classid=nil, sourcecontext=nil, sessioncontext=nil)
25156
+ def initialize(url=nil, subappid=nil, starttimeoffset=nil, endtimeoffset=nil, ispersistence=nil, expiretime=nil, procedure=nil, classid=nil, sourcecontext=nil, sessioncontext=nil, extinfo=nil)
25155
25157
  @Url = url
25156
25158
  @SubAppId = subappid
25157
25159
  @StartTimeOffset = starttimeoffset
@@ -25162,6 +25164,7 @@ module TencentCloud
25162
25164
  @ClassId = classid
25163
25165
  @SourceContext = sourcecontext
25164
25166
  @SessionContext = sessioncontext
25167
+ @ExtInfo = extinfo
25165
25168
  end
25166
25169
 
25167
25170
  def deserialize(params)
@@ -25175,6 +25178,7 @@ module TencentCloud
25175
25178
  @ClassId = params['ClassId']
25176
25179
  @SourceContext = params['SourceContext']
25177
25180
  @SessionContext = params['SessionContext']
25181
+ @ExtInfo = params['ExtInfo']
25178
25182
  end
25179
25183
  end
25180
25184
 
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.822
4
+ version: 3.0.824
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-15 00:00:00.000000000 Z
11
+ date: 2024-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20180717/client.rb
37
- - lib/v20180717/models.rb
38
36
  - lib/tencentcloud-sdk-vod.rb
37
+ - lib/v20180717/models.rb
38
+ - lib/v20180717/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: