tencentcloud-sdk-ess 3.0.859 → 3.0.860
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/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: c508b121ae201b11af151d0da71499a7da8f2229
|
|
4
|
+
data.tar.gz: 09754b2745f11e9dc95c5ea79a0732c61c8b77c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb74c958116dd4fc3f866c49f46c5ef07a52f4ebf963540c61967504c0bd5710ca92c7418def955ef3be28c4e5e1f85398df0ce930ccc1cc50c10129e73cffcb
|
|
7
|
+
data.tar.gz: a856bec1cad21d9845944aad2f030ef7d69dcef478662450ea2393030f0f41994755ffc23fa96ba8e27dc2a6ce0e53510b5a3a8cc5a50e259505ad667dfe1f0e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.860
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -2187,13 +2187,17 @@ module TencentCloud
|
|
|
2187
2187
|
# @param Agent: 代理企业和员工的信息。
|
|
2188
2188
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
2189
2189
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
|
2190
|
+
# @param ExpiredOn: 链接/二维码的有效截止时间,格式为unix时间戳。最长不超过 2099年12月31日(4102415999)。
|
|
2191
|
+
# 默认值为有效期为当前时间后7天。
|
|
2192
|
+
# @type ExpiredOn: Integer
|
|
2190
2193
|
|
|
2191
|
-
attr_accessor :Operator, :FlowId, :Agent
|
|
2194
|
+
attr_accessor :Operator, :FlowId, :Agent, :ExpiredOn
|
|
2192
2195
|
|
|
2193
|
-
def initialize(operator=nil, flowid=nil, agent=nil)
|
|
2196
|
+
def initialize(operator=nil, flowid=nil, agent=nil, expiredon=nil)
|
|
2194
2197
|
@Operator = operator
|
|
2195
2198
|
@FlowId = flowid
|
|
2196
2199
|
@Agent = agent
|
|
2200
|
+
@ExpiredOn = expiredon
|
|
2197
2201
|
end
|
|
2198
2202
|
|
|
2199
2203
|
def deserialize(params)
|
|
@@ -2206,6 +2210,7 @@ module TencentCloud
|
|
|
2206
2210
|
@Agent = Agent.new
|
|
2207
2211
|
@Agent.deserialize(params['Agent'])
|
|
2208
2212
|
end
|
|
2213
|
+
@ExpiredOn = params['ExpiredOn']
|
|
2209
2214
|
end
|
|
2210
2215
|
end
|
|
2211
2216
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ess
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.860
|
|
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-07-
|
|
11
|
+
date: 2024-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|