tencentcloud-sdk-bi 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 766ef2b78cd4975e5bbabe32004fde472b039ca9
4
- data.tar.gz: 1b38b869e5bcf27e519de0e50eaf609009a1a2c8
3
+ metadata.gz: 77cc9f671d69aed32aa156af5f9293d16c824b58
4
+ data.tar.gz: 65e4ba3aea27a5a2e92603c6d79c6bd8dd6fddb7
5
5
  SHA512:
6
- metadata.gz: 0749bc328e7df93c489cb151e91eaf88ab04857619febc3960f44dd45668c1ec270e80ff9fc4d2a7a65b6da53a4eca3c070133d87f582e061a2bf6187bb425a5
7
- data.tar.gz: 9f0e8f15205a8cceb18223d6f8819be9cc35d26596c966b20db69ec4a4fad6f21b8806ae256e2c928a76fca45fa3ca17c7e1c317d39a5fb996e762afffe9f7ab
6
+ metadata.gz: 08ba2dd2e28f4881cbaa8d0e39218fcecffd08dc5e88cd82ef4c6ba97780551816bd799fecef45f965199e797e8bacc15ef9b4bdc00d61345238eae4439727a2
7
+ data.tar.gz: 97787d144b78cf100f927f2231bcf5abaccfdea4164509c142b9c55432467a31fc9de3fa28f7568c8071285a98427630218dc956a7b7be54a716db418ee69f7a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
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.589
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-09 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