tencentcloud-sdk-bi 3.0.590 → 3.0.592

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: 735f6c46d3db983b0ea7c569818331739e0c5a5d
4
+ data.tar.gz: fb2e9f1e3949950f5a1388c6b731d2f0f3bf5528
5
5
  SHA512:
6
- metadata.gz: 56ddb8a8821ddcce6c17bf3961665ac8baa1b86f7ef031589b8f93253c4c7dcf411b76da789c880d8f182378ae9307ac891309f17bf1d220abc213b9ba6e3a1e
7
- data.tar.gz: 1b53d202f2c8ab554e6e529cda82f9cbdbd9ac2f0e2352d16ed26c3227108c743eb47155ce873b5315fb074adee32d6e301ea501cfbf87075972b678b6d2e560
6
+ metadata.gz: c3b8831ac435d4082408c6e2db07791fb0f0d21e6e00695c0b075cdaa441e2c2bdb68694da772775c91855dd6943bd6972692c0e2cd6308d6c5cf1c541c6229c
7
+ data.tar.gz: 4ab0652df88bc2b11be8e20a80015317bff59958c00fac94984ce9b583a2e2cd9eddb299eb0e09482766d9b764608f2160e1e74e5cf69d61d141b04fc6fc0ce7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -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.592
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-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common