tencentcloud-sdk-bi 3.0.1139 → 3.0.1169
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 +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21d594cfd9ba024329738f086903d4d43b74b12c
|
|
4
|
+
data.tar.gz: c06844596c5f1b672526757487d793bd10a35788
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 633c610768ac218463eb574187dff3c8a50aeac71f19e7bf964f9f398aab1d0ad9be1049e0a451f5c1ef18669d51303c6066b0d03b40c8a158bea9e94a9da168
|
|
7
|
+
data.tar.gz: 2f77424a2d421330a3c7f1cf9b1887304bf0a9b75209eb8045433c5fce1f06ba58abd17a31d9962f0d8e43df032ce99e483a704b250289b63975f57db0513097
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20220105/models.rb
CHANGED
|
@@ -904,8 +904,8 @@ module TencentCloud
|
|
|
904
904
|
|
|
905
905
|
attr_accessor :ProjectId, :RoleIdList, :UserList, :UserInfoList
|
|
906
906
|
extend Gem::Deprecate
|
|
907
|
-
deprecate :UserList, :none, 2025,
|
|
908
|
-
deprecate :UserList=, :none, 2025,
|
|
907
|
+
deprecate :UserList, :none, 2025, 11
|
|
908
|
+
deprecate :UserList=, :none, 2025, 11
|
|
909
909
|
|
|
910
910
|
def initialize(projectid=nil, roleidlist=nil, userlist=nil, userinfolist=nil)
|
|
911
911
|
@ProjectId = projectid
|
|
@@ -991,8 +991,8 @@ module TencentCloud
|
|
|
991
991
|
|
|
992
992
|
attr_accessor :RoleIdList, :UserList, :UserInfoList, :UserGroups
|
|
993
993
|
extend Gem::Deprecate
|
|
994
|
-
deprecate :UserList, :none, 2025,
|
|
995
|
-
deprecate :UserList=, :none, 2025,
|
|
994
|
+
deprecate :UserList, :none, 2025, 11
|
|
995
|
+
deprecate :UserList=, :none, 2025, 11
|
|
996
996
|
|
|
997
997
|
def initialize(roleidlist=nil, userlist=nil, userinfolist=nil, usergroups=nil)
|
|
998
998
|
@RoleIdList = roleidlist
|
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.1169
|
|
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-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-bi.rb
|
|
37
|
-
- lib/v20220105/models.rb
|
|
38
37
|
- lib/v20220105/client.rb
|
|
38
|
+
- lib/v20220105/models.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|