tencentcloud-sdk-vod 3.0.823 → 3.0.825

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: c466a85bdaebb1c7e924e47508890f860387fcb0
4
- data.tar.gz: a264d539c42f463ea8f63c6cb3823cf124bd0bb7
3
+ metadata.gz: 7b43358028be78ca54044b329a88512dbb884dc3
4
+ data.tar.gz: b765fc7ea6457db0100e337aecb847b87008fc34
5
5
  SHA512:
6
- metadata.gz: 1fd15afa92b128ca27fbde66aebec49fa2e828b4c1e6af1cb39c98ae47953319bef83fc925f5a68e7278a4599be9383ca49a1a08bda2ac614aa280b46953d1e0
7
- data.tar.gz: 48bab2baaed7fc3f2e3220ade604c799a33439ea9a3f3b02b575afccbe98aeb37469bd99a7eccbfd1686269ce64103e0a529dffd11e3ad23ba0d97ef8023fb5d
6
+ metadata.gz: a7982cc73310c168ff1cf21f84a4ae496a31b08af483b6248c40629879cfafb1986f01352e5d0f0186991b9a33ee6162bffae7221edf71004643cb7ea103639d
7
+ data.tar.gz: cd9e907efd47eeb521c8f71beec3c4b6c4d11461b4f0d22e3bb51d08276de2f6252ae7c71d1be9628a298dd426a18f566d38620e2bdbe53c62adea6f49749269
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.823
1
+ 3.0.825
@@ -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.823
4
+ version: 3.0.825
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-16 00:00:00.000000000 Z
11
+ date: 2024-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common