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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4093c313cab90cc4a8582a686164f412a444ef0
4
- data.tar.gz: 14afb26d8d1912d4a7e735c20382725f6d130470
3
+ metadata.gz: c508b121ae201b11af151d0da71499a7da8f2229
4
+ data.tar.gz: 09754b2745f11e9dc95c5ea79a0732c61c8b77c0
5
5
  SHA512:
6
- metadata.gz: e40986eb7aff7db87885e7ca1b4d41199820c5e604488ff9a61b3d612db7eafd2fd6d0cbd0aff8d66f117a12f6f6c1955dcb290dd884187ca7856002854c0e90
7
- data.tar.gz: 3e246662d45249f7ca423e1abdde520ec5f0cb5fbedfd111a96d35aa41d301ea2cd33a40b9639b96a82c14153b39c20af3ebca7aa09d0f5b6c84d0d0ecee6e6b
6
+ metadata.gz: bb74c958116dd4fc3f866c49f46c5ef07a52f4ebf963540c61967504c0bd5710ca92c7418def955ef3be28c4e5e1f85398df0ce930ccc1cc50c10129e73cffcb
7
+ data.tar.gz: a856bec1cad21d9845944aad2f030ef7d69dcef478662450ea2393030f0f41994755ffc23fa96ba8e27dc2a6ce0e53510b5a3a8cc5a50e259505ad667dfe1f0e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.859
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.859
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-07 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