tencentcloud-sdk-bi 3.0.1028 → 3.0.1029
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 +6 -0
- 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: 12a6ab52df1fb037d0aad2454c3406a0b9b0168b
|
4
|
+
data.tar.gz: 054399a5a3dda1fd5a55faac14f6aad2c23841a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b329b134b3b18521bafe635b7c6457f34e02852080d7634cad262d30b0ce96de2fa789b21566910d0668e75abf535f642f7c1a89ea59e7ea9fc6ef363b8e3d0d
|
7
|
+
data.tar.gz: 1906f7761133f4485f62908b80a3c33fca53f6471da7f547ad04c2cc4ca328a628eb1d9693636cfcfa6a6606a8722e0d13e0ba82c8f2992422d409b326a02541
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1029
|
data/lib/v20220105/models.rb
CHANGED
@@ -722,6 +722,9 @@ module TencentCloud
|
|
722
722
|
# @type UserInfoList: Array
|
723
723
|
|
724
724
|
attr_accessor :ProjectId, :RoleIdList, :UserList, :UserInfoList
|
725
|
+
extend Gem::Deprecate
|
726
|
+
deprecate :UserList, :none, 2025, 3
|
727
|
+
deprecate :UserList=, :none, 2025, 3
|
725
728
|
|
726
729
|
def initialize(projectid=nil, roleidlist=nil, userlist=nil, userinfolist=nil)
|
727
730
|
@ProjectId = projectid
|
@@ -804,6 +807,9 @@ module TencentCloud
|
|
804
807
|
# @type UserInfoList: Array
|
805
808
|
|
806
809
|
attr_accessor :RoleIdList, :UserList, :UserInfoList
|
810
|
+
extend Gem::Deprecate
|
811
|
+
deprecate :UserList, :none, 2025, 3
|
812
|
+
deprecate :UserList=, :none, 2025, 3
|
807
813
|
|
808
814
|
def initialize(roleidlist=nil, userlist=nil, userinfolist=nil)
|
809
815
|
@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.1029
|
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-03-
|
11
|
+
date: 2025-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|