tencentcloud-sdk-bi 3.0.590 → 3.0.591

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 602884e1ccc03c141c17e7fd2fabb184b38b0270
4
- data.tar.gz: fbea8e6d93eb4a456a43ef72d512de77dc952b4a
3
+ metadata.gz: 77cc9f671d69aed32aa156af5f9293d16c824b58
4
+ data.tar.gz: 65e4ba3aea27a5a2e92603c6d79c6bd8dd6fddb7
5
5
  SHA512:
6
- metadata.gz: 56ddb8a8821ddcce6c17bf3961665ac8baa1b86f7ef031589b8f93253c4c7dcf411b76da789c880d8f182378ae9307ac891309f17bf1d220abc213b9ba6e3a1e
7
- data.tar.gz: 1b53d202f2c8ab554e6e529cda82f9cbdbd9ac2f0e2352d16ed26c3227108c743eb47155ce873b5315fb074adee32d6e301ea501cfbf87075972b678b6d2e560
6
+ metadata.gz: 08ba2dd2e28f4881cbaa8d0e39218fcecffd08dc5e88cd82ef4c6ba97780551816bd799fecef45f965199e797e8bacc15ef9b4bdc00d61345238eae4439727a2
7
+ data.tar.gz: 97787d144b78cf100f927f2231bcf5abaccfdea4164509c142b9c55432467a31fc9de3fa28f7568c8071285a98427630218dc956a7b7be54a716db418ee69f7a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -31,7 +31,7 @@ module TencentCloud
31
31
  # @type Scope: String
32
32
 
33
33
  attr_accessor :ProjectId, :PageId, :BIToken, :ExtraParam, :Scope
34
-
34
+
35
35
  def initialize(projectid=nil, pageid=nil, bitoken=nil, extraparam=nil, scope=nil)
36
36
  @ProjectId = projectid
37
37
  @PageId = pageid
@@ -64,7 +64,7 @@ module TencentCloud
64
64
  # @type RequestId: String
65
65
 
66
66
  attr_accessor :Extra, :Data, :Msg, :RequestId
67
-
67
+
68
68
  def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
69
69
  @Extra = extra
70
70
  @Data = data
@@ -90,7 +90,7 @@ module TencentCloud
90
90
  # @type Result: Boolean
91
91
 
92
92
  attr_accessor :Result
93
-
93
+
94
94
  def initialize(result=nil)
95
95
  @Result = result
96
96
  end
@@ -114,7 +114,7 @@ module TencentCloud
114
114
  # @type ExtraParam: String
115
115
 
116
116
  attr_accessor :ProjectId, :PageId, :Scope, :ExpireTime, :ExtraParam
117
-
117
+
118
118
  def initialize(projectid=nil, pageid=nil, scope=nil, expiretime=nil, extraparam=nil)
119
119
  @ProjectId = projectid
120
120
  @PageId = pageid
@@ -147,7 +147,7 @@ module TencentCloud
147
147
  # @type RequestId: String
148
148
 
149
149
  attr_accessor :Extra, :Data, :Msg, :RequestId
150
-
150
+
151
151
  def initialize(extra=nil, data=nil, msg=nil, requestid=nil)
152
152
  @Extra = extra
153
153
  @Data = data
@@ -203,7 +203,7 @@ module TencentCloud
203
203
  # @type ExpireTime: Integer
204
204
 
205
205
  attr_accessor :Id, :BIToken, :ProjectId, :CreatedUser, :CreatedAt, :UpdatedUser, :UpdatedAt, :PageId, :ExtraParam, :Scope, :ExpireTime
206
-
206
+
207
207
  def initialize(id=nil, bitoken=nil, projectid=nil, createduser=nil, createdat=nil, updateduser=nil, updatedat=nil, pageid=nil, extraparam=nil, scope=nil, expiretime=nil)
208
208
  @Id = id
209
209
  @BIToken = bitoken
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.590
4
+ version: 3.0.591
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common