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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180717/models.rb +6 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd615529733a8df591c60b0d0d3cb1d5d1d1151c
|
4
|
+
data.tar.gz: efdb704b853c8b409c5db3592024692a77829d1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e5ffcad267d0e57d1c5fdf61ec837aeb60ee70defad74adbefb21572459e389793a236d6b3fe15e8bba299c12c01a333ac211c445f46663e2036fdd7776cbf0
|
7
|
+
data.tar.gz: d5bc5211786a2c36e1342918d5ff06fbd23a857c4bf9cce9684ef43e9154ebf5d9a66b9fe10a93906c5e59bd1077cf8d1c437a72e28276bb5dba5f20a204039b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.824
|
data/lib/v20180717/models.rb
CHANGED
@@ -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
|
|