tencentcloud-sdk-ess 3.0.858 → 3.0.860

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: ad461d869a0a894730514ff2ffe0ee160558d99d
4
- data.tar.gz: bd4d80e34382dae6703b107239921a954c0e49f0
3
+ metadata.gz: c508b121ae201b11af151d0da71499a7da8f2229
4
+ data.tar.gz: 09754b2745f11e9dc95c5ea79a0732c61c8b77c0
5
5
  SHA512:
6
- metadata.gz: 359e09a96460c4acc64cb0013ae5377c92300366c5df2c4be6834f9703d916014b526b2b087e16aa66d23db2298d3db1ad544abe0081f1dae0e1517c57097be2
7
- data.tar.gz: 892581dcd11d667133b1e21a184a21b1aa2b5233b312aab5bdb7e13c75288d3638de3ac2bd3bcb4699849dd694ad49d10a475f79fd46eadf09b35c2d7d44b7e8
6
+ metadata.gz: bb74c958116dd4fc3f866c49f46c5ef07a52f4ebf963540c61967504c0bd5710ca92c7418def955ef3be28c4e5e1f85398df0ce930ccc1cc50c10129e73cffcb
7
+ data.tar.gz: a856bec1cad21d9845944aad2f030ef7d69dcef478662450ea2393030f0f41994755ffc23fa96ba8e27dc2a6ce0e53510b5a3a8cc5a50e259505ad667dfe1f0e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.858
1
+ 3.0.860
@@ -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.858
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-04 00:00:00.000000000 Z
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