tencentcloud-sdk-vod 3.0.823 → 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: c466a85bdaebb1c7e924e47508890f860387fcb0
4
- data.tar.gz: a264d539c42f463ea8f63c6cb3823cf124bd0bb7
3
+ metadata.gz: cd615529733a8df591c60b0d0d3cb1d5d1d1151c
4
+ data.tar.gz: efdb704b853c8b409c5db3592024692a77829d1d
5
5
  SHA512:
6
- metadata.gz: 1fd15afa92b128ca27fbde66aebec49fa2e828b4c1e6af1cb39c98ae47953319bef83fc925f5a68e7278a4599be9383ca49a1a08bda2ac614aa280b46953d1e0
7
- data.tar.gz: 48bab2baaed7fc3f2e3220ade604c799a33439ea9a3f3b02b575afccbe98aeb37469bd99a7eccbfd1686269ce64103e0a529dffd11e3ad23ba0d97ef8023fb5d
6
+ metadata.gz: 1e5ffcad267d0e57d1c5fdf61ec837aeb60ee70defad74adbefb21572459e389793a236d6b3fe15e8bba299c12c01a333ac211c445f46663e2036fdd7776cbf0
7
+ data.tar.gz: d5bc5211786a2c36e1342918d5ff06fbd23a857c4bf9cce9684ef43e9154ebf5d9a66b9fe10a93906c5e59bd1077cf8d1c437a72e28276bb5dba5f20a204039b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.823
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,7 +1,7 @@
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.824
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud