tencentcloud-sdk-bi 3.0.1084 → 3.0.1092
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/v20220105/models.rb +10 -6
- 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: 6214b305bdb70e1b3a388d37f3746a459f2f54ce
|
4
|
+
data.tar.gz: 510de1d09fd443eb1420c2bd5a93a2f232ea2817
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 744b4c9045578c225498f30438226217d0d906a2994c284885a25b5bd790ae421b4c623190a0db4ea0cb8277addb241024708f1573f11f3be7c82ed80d5842ec
|
7
|
+
data.tar.gz: 477d7f8182be83178101fc34b45dc7719e7ed712ea7ebbe393ea538593c0f0e48d440bc5d033285c00a3b5d39b78623dd6976d7b4511947d92eb819683e86774
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1092
|
data/lib/v20220105/models.rb
CHANGED
@@ -727,8 +727,8 @@ module TencentCloud
|
|
727
727
|
|
728
728
|
attr_accessor :ProjectId, :RoleIdList, :UserList, :UserInfoList
|
729
729
|
extend Gem::Deprecate
|
730
|
-
deprecate :UserList, :none, 2025,
|
731
|
-
deprecate :UserList=, :none, 2025,
|
730
|
+
deprecate :UserList, :none, 2025, 7
|
731
|
+
deprecate :UserList=, :none, 2025, 7
|
732
732
|
|
733
733
|
def initialize(projectid=nil, roleidlist=nil, userlist=nil, userinfolist=nil)
|
734
734
|
@ProjectId = projectid
|
@@ -809,16 +809,19 @@ module TencentCloud
|
|
809
809
|
# @type UserList: Array
|
810
810
|
# @param UserInfoList: 用户列表(新)
|
811
811
|
# @type UserInfoList: Array
|
812
|
+
# @param UserGroups: 用户组id列表
|
813
|
+
# @type UserGroups: Array
|
812
814
|
|
813
|
-
attr_accessor :RoleIdList, :UserList, :UserInfoList
|
815
|
+
attr_accessor :RoleIdList, :UserList, :UserInfoList, :UserGroups
|
814
816
|
extend Gem::Deprecate
|
815
|
-
deprecate :UserList, :none, 2025,
|
816
|
-
deprecate :UserList=, :none, 2025,
|
817
|
+
deprecate :UserList, :none, 2025, 7
|
818
|
+
deprecate :UserList=, :none, 2025, 7
|
817
819
|
|
818
|
-
def initialize(roleidlist=nil, userlist=nil, userinfolist=nil)
|
820
|
+
def initialize(roleidlist=nil, userlist=nil, userinfolist=nil, usergroups=nil)
|
819
821
|
@RoleIdList = roleidlist
|
820
822
|
@UserList = userlist
|
821
823
|
@UserInfoList = userinfolist
|
824
|
+
@UserGroups = usergroups
|
822
825
|
end
|
823
826
|
|
824
827
|
def deserialize(params)
|
@@ -839,6 +842,7 @@ module TencentCloud
|
|
839
842
|
@UserInfoList << userinfo_tmp
|
840
843
|
end
|
841
844
|
end
|
845
|
+
@UserGroups = params['UserGroups']
|
842
846
|
end
|
843
847
|
end
|
844
848
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1092
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|