tencentcloud-sdk-ess 3.0.468 → 3.0.469
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/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: 22f3b58758561ec0f1b5e4650bb4a593694466dc
|
4
|
+
data.tar.gz: 53acd0873ef49d3c4e5c38a9387af95a61e800a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1041c8c03db5ca903b15ba8b21fab2892f31f4ed947a9d8a2d56d5ae70b8fbcdd821db6eb9cc2e807c562c20728ef799294c4cf5cf3822e17f6af5f7601251a
|
7
|
+
data.tar.gz: a40dafbf7d156cf7ce5dcc5574704e6d6197d5e090e0891e406d449df1cb8e561bd5a1ba89c6fdb3ce2b77e79e263041eb95de8f1e5c7a20cc68465d05f8039c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.469
|
data/lib/v20201111/models.rb
CHANGED
@@ -2956,10 +2956,13 @@ module TencentCloud
|
|
2956
2956
|
# @param VerifiedOn: 员工实名时间戳
|
2957
2957
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2958
2958
|
# @type VerifiedOn: Integer
|
2959
|
+
# @param QuiteJob: 员工是否离职:0-未离职,1-离职
|
2960
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2961
|
+
# @type QuiteJob: Integer
|
2959
2962
|
|
2960
|
-
attr_accessor :UserId, :DisplayName, :Mobile, :Email, :OpenId, :Roles, :Department, :Verified, :CreatedOn, :VerifiedOn
|
2963
|
+
attr_accessor :UserId, :DisplayName, :Mobile, :Email, :OpenId, :Roles, :Department, :Verified, :CreatedOn, :VerifiedOn, :QuiteJob
|
2961
2964
|
|
2962
|
-
def initialize(userid=nil, displayname=nil, mobile=nil, email=nil, openid=nil, roles=nil, department=nil, verified=nil, createdon=nil, verifiedon=nil)
|
2965
|
+
def initialize(userid=nil, displayname=nil, mobile=nil, email=nil, openid=nil, roles=nil, department=nil, verified=nil, createdon=nil, verifiedon=nil, quitejob=nil)
|
2963
2966
|
@UserId = userid
|
2964
2967
|
@DisplayName = displayname
|
2965
2968
|
@Mobile = mobile
|
@@ -2970,6 +2973,7 @@ module TencentCloud
|
|
2970
2973
|
@Verified = verified
|
2971
2974
|
@CreatedOn = createdon
|
2972
2975
|
@VerifiedOn = verifiedon
|
2976
|
+
@QuiteJob = quitejob
|
2973
2977
|
end
|
2974
2978
|
|
2975
2979
|
def deserialize(params)
|
@@ -2993,6 +2997,7 @@ module TencentCloud
|
|
2993
2997
|
@Verified = params['Verified']
|
2994
2998
|
@CreatedOn = params['CreatedOn']
|
2995
2999
|
@VerifiedOn = params['VerifiedOn']
|
3000
|
+
@QuiteJob = params['QuiteJob']
|
2996
3001
|
end
|
2997
3002
|
end
|
2998
3003
|
|
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.469
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|