tencentcloud-sdk-bi 3.0.1068 → 3.0.1070
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 +39 -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: e3ebacd43fe2d600dedce94224ceba6965c1fabb
|
4
|
+
data.tar.gz: e3a86644d5953fca3b3ac64d775c35afeaf1c3ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd4be09e196dd692ef666933b79c24643d270919a8c63fcc7eb8c7165dce3b3290b38178591e17697795161f0778b02957ffa75cbac861223eeaa4edf5c58803
|
7
|
+
data.tar.gz: 27f503c9e9391f067f7892efe5c4e682ce9529f1021f8bf09aca53d5e352bc2f201b0eae9983f1776902d4e6ac94f9462ddae7c3ba98af24cb2b44740b9b339b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1070
|
data/lib/v20220105/models.rb
CHANGED
@@ -888,15 +888,20 @@ module TencentCloud
|
|
888
888
|
class Data < TencentCloud::Common::AbstractModel
|
889
889
|
# @param Id: 项目Id
|
890
890
|
# @type Id: Integer
|
891
|
+
# @param EditUrl: url
|
892
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
893
|
+
# @type EditUrl: String
|
891
894
|
|
892
|
-
attr_accessor :Id
|
895
|
+
attr_accessor :Id, :EditUrl
|
893
896
|
|
894
|
-
def initialize(id=nil)
|
897
|
+
def initialize(id=nil, editurl=nil)
|
895
898
|
@Id = id
|
899
|
+
@EditUrl = editurl
|
896
900
|
end
|
897
901
|
|
898
902
|
def deserialize(params)
|
899
903
|
@Id = params['Id']
|
904
|
+
@EditUrl = params['EditUrl']
|
900
905
|
end
|
901
906
|
end
|
902
907
|
|
@@ -1851,16 +1856,22 @@ module TencentCloud
|
|
1851
1856
|
# @type AllPage: Boolean
|
1852
1857
|
# @param RoleCode: 角色编码
|
1853
1858
|
# @type RoleCode: String
|
1859
|
+
# @param UserIdList: 用户id列表
|
1860
|
+
# @type UserIdList: Array
|
1861
|
+
# @param Keyword: 搜索关键词
|
1862
|
+
# @type Keyword: String
|
1854
1863
|
|
1855
|
-
attr_accessor :PageNo, :PageSize, :ProjectId, :IsOnlyBindAppUser, :AllPage, :RoleCode
|
1864
|
+
attr_accessor :PageNo, :PageSize, :ProjectId, :IsOnlyBindAppUser, :AllPage, :RoleCode, :UserIdList, :Keyword
|
1856
1865
|
|
1857
|
-
def initialize(pageno=nil, pagesize=nil, projectid=nil, isonlybindappuser=nil, allpage=nil, rolecode=nil)
|
1866
|
+
def initialize(pageno=nil, pagesize=nil, projectid=nil, isonlybindappuser=nil, allpage=nil, rolecode=nil, useridlist=nil, keyword=nil)
|
1858
1867
|
@PageNo = pageno
|
1859
1868
|
@PageSize = pagesize
|
1860
1869
|
@ProjectId = projectid
|
1861
1870
|
@IsOnlyBindAppUser = isonlybindappuser
|
1862
1871
|
@AllPage = allpage
|
1863
1872
|
@RoleCode = rolecode
|
1873
|
+
@UserIdList = useridlist
|
1874
|
+
@Keyword = keyword
|
1864
1875
|
end
|
1865
1876
|
|
1866
1877
|
def deserialize(params)
|
@@ -1870,6 +1881,8 @@ module TencentCloud
|
|
1870
1881
|
@IsOnlyBindAppUser = params['IsOnlyBindAppUser']
|
1871
1882
|
@AllPage = params['AllPage']
|
1872
1883
|
@RoleCode = params['RoleCode']
|
1884
|
+
@UserIdList = params['UserIdList']
|
1885
|
+
@Keyword = params['Keyword']
|
1873
1886
|
end
|
1874
1887
|
end
|
1875
1888
|
|
@@ -2929,10 +2942,22 @@ module TencentCloud
|
|
2929
2942
|
# @param OwnerName: 所属人
|
2930
2943
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2931
2944
|
# @type OwnerName: String
|
2945
|
+
# @param NormalCount: 仪表盘页面数
|
2946
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2947
|
+
# @type NormalCount: Integer
|
2948
|
+
# @param FreeCount: 自由画布页面数
|
2949
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2950
|
+
# @type FreeCount: Integer
|
2951
|
+
# @param AdhocCount: 即席分析页面数
|
2952
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2953
|
+
# @type AdhocCount: Integer
|
2954
|
+
# @param BriefingCount: 简报页面数
|
2955
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2956
|
+
# @type BriefingCount: Integer
|
2932
2957
|
|
2933
|
-
attr_accessor :Id, :Logo, :Name, :ColorCode, :CreatedUser, :CreatedAt, :MemberCount, :PageCount, :LastModifyName, :Source, :Apply, :UpdatedUser, :UpdatedAt, :CorpId, :Mark, :Seed, :AuthList, :PanelScope, :IsExternalManage, :ManagePlatform, :ConfigList, :CreatedUserName, :Owner, :OwnerName
|
2958
|
+
attr_accessor :Id, :Logo, :Name, :ColorCode, :CreatedUser, :CreatedAt, :MemberCount, :PageCount, :LastModifyName, :Source, :Apply, :UpdatedUser, :UpdatedAt, :CorpId, :Mark, :Seed, :AuthList, :PanelScope, :IsExternalManage, :ManagePlatform, :ConfigList, :CreatedUserName, :Owner, :OwnerName, :NormalCount, :FreeCount, :AdhocCount, :BriefingCount
|
2934
2959
|
|
2935
|
-
def initialize(id=nil, logo=nil, name=nil, colorcode=nil, createduser=nil, createdat=nil, membercount=nil, pagecount=nil, lastmodifyname=nil, source=nil, apply=nil, updateduser=nil, updatedat=nil, corpid=nil, mark=nil, seed=nil, authlist=nil, panelscope=nil, isexternalmanage=nil, manageplatform=nil, configlist=nil, createdusername=nil, owner=nil, ownername=nil)
|
2960
|
+
def initialize(id=nil, logo=nil, name=nil, colorcode=nil, createduser=nil, createdat=nil, membercount=nil, pagecount=nil, lastmodifyname=nil, source=nil, apply=nil, updateduser=nil, updatedat=nil, corpid=nil, mark=nil, seed=nil, authlist=nil, panelscope=nil, isexternalmanage=nil, manageplatform=nil, configlist=nil, createdusername=nil, owner=nil, ownername=nil, normalcount=nil, freecount=nil, adhoccount=nil, briefingcount=nil)
|
2936
2961
|
@Id = id
|
2937
2962
|
@Logo = logo
|
2938
2963
|
@Name = name
|
@@ -2957,6 +2982,10 @@ module TencentCloud
|
|
2957
2982
|
@CreatedUserName = createdusername
|
2958
2983
|
@Owner = owner
|
2959
2984
|
@OwnerName = ownername
|
2985
|
+
@NormalCount = normalcount
|
2986
|
+
@FreeCount = freecount
|
2987
|
+
@AdhocCount = adhoccount
|
2988
|
+
@BriefingCount = briefingcount
|
2960
2989
|
end
|
2961
2990
|
|
2962
2991
|
def deserialize(params)
|
@@ -2991,6 +3020,10 @@ module TencentCloud
|
|
2991
3020
|
@CreatedUserName = params['CreatedUserName']
|
2992
3021
|
@Owner = params['Owner']
|
2993
3022
|
@OwnerName = params['OwnerName']
|
3023
|
+
@NormalCount = params['NormalCount']
|
3024
|
+
@FreeCount = params['FreeCount']
|
3025
|
+
@AdhocCount = params['AdhocCount']
|
3026
|
+
@BriefingCount = params['BriefingCount']
|
2994
3027
|
end
|
2995
3028
|
end
|
2996
3029
|
|
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.1070
|
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-05-
|
11
|
+
date: 2025-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|