tencentcloud-sdk-bi 3.0.792 → 3.0.794

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220105/models.rb +18 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 635f84bf40552dbe138118cbe6e49aaf969a0d31
4
- data.tar.gz: 0b9716610952b57690b89e66b6ba47f0562f38bf
3
+ metadata.gz: a3ac14cb03d54ea9c1c03317770d5e72b31df5cd
4
+ data.tar.gz: 6ece485207741e580debf6fbf875121b72135948
5
5
  SHA512:
6
- metadata.gz: bb0f736b3c4a1394536f18399b672bfd261fc85e4e413a79c2b8ab5c22780a53bb12689bd738bf1dcbb8c995c045fbaf2b3b6ba754d2f32700ea08ba198b528b
7
- data.tar.gz: 0abb1a8987760a681deaed44471fd5aa54adfa81a7df705b63f66cc2ca83e95a3bfef211b40f05e8073f7ebddcaa5b5de92dcf793edb381f29c8c3066561cb8c
6
+ metadata.gz: 5ac595912a7b4c900a91a70eed467c397736646d8d66d0a096c127eaca712121e8b8dba0a40a54034f6553868a244cad4a5eda1c4057fc5a6a3f24db0af20566
7
+ data.tar.gz: 205aa07b363732a2d9449751a9e4a4aec726aca79c32ea875e950ba6017a9303df3009af51e12ec694904092876ecc9ba9891512c4aad2f147d2c1339d1876b1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.792
1
+ 3.0.794
@@ -381,10 +381,12 @@ module TencentCloud
381
381
  # @type Vport: String
382
382
  # @param VpcId: 腾讯云私有网络标识
383
383
  # @type VpcId: String
384
+ # @param OperationAuthLimit: 操作权限限制
385
+ # @type OperationAuthLimit: Array
384
386
 
385
- attr_accessor :DbHost, :DbPort, :ServiceType, :DbType, :Charset, :DbUser, :DbPwd, :DbName, :SourceName, :ProjectId, :Catalog, :DataOrigin, :DataOriginProjectId, :DataOriginDatasourceId, :ExtraParam, :UniqVpcId, :Vip, :Vport, :VpcId
387
+ attr_accessor :DbHost, :DbPort, :ServiceType, :DbType, :Charset, :DbUser, :DbPwd, :DbName, :SourceName, :ProjectId, :Catalog, :DataOrigin, :DataOriginProjectId, :DataOriginDatasourceId, :ExtraParam, :UniqVpcId, :Vip, :Vport, :VpcId, :OperationAuthLimit
386
388
 
387
- def initialize(dbhost=nil, dbport=nil, servicetype=nil, dbtype=nil, charset=nil, dbuser=nil, dbpwd=nil, dbname=nil, sourcename=nil, projectid=nil, catalog=nil, dataorigin=nil, dataoriginprojectid=nil, dataorigindatasourceid=nil, extraparam=nil, uniqvpcid=nil, vip=nil, vport=nil, vpcid=nil)
389
+ def initialize(dbhost=nil, dbport=nil, servicetype=nil, dbtype=nil, charset=nil, dbuser=nil, dbpwd=nil, dbname=nil, sourcename=nil, projectid=nil, catalog=nil, dataorigin=nil, dataoriginprojectid=nil, dataorigindatasourceid=nil, extraparam=nil, uniqvpcid=nil, vip=nil, vport=nil, vpcid=nil, operationauthlimit=nil)
388
390
  @DbHost = dbhost
389
391
  @DbPort = dbport
390
392
  @ServiceType = servicetype
@@ -404,6 +406,7 @@ module TencentCloud
404
406
  @Vip = vip
405
407
  @Vport = vport
406
408
  @VpcId = vpcid
409
+ @OperationAuthLimit = operationauthlimit
407
410
  end
408
411
 
409
412
  def deserialize(params)
@@ -426,6 +429,7 @@ module TencentCloud
426
429
  @Vip = params['Vip']
427
430
  @Vport = params['Vport']
428
431
  @VpcId = params['VpcId']
432
+ @OperationAuthLimit = params['OperationAuthLimit']
429
433
  end
430
434
  end
431
435
 
@@ -571,16 +575,19 @@ module TencentCloud
571
575
  # @type IsApply: Boolean
572
576
  # @param DefaultPanelType: 默认看板
573
577
  # @type DefaultPanelType: Integer
578
+ # @param ManagePlatform: 管理平台
579
+ # @type ManagePlatform: String
574
580
 
575
- attr_accessor :Name, :ColorCode, :Logo, :Mark, :IsApply, :DefaultPanelType
581
+ attr_accessor :Name, :ColorCode, :Logo, :Mark, :IsApply, :DefaultPanelType, :ManagePlatform
576
582
 
577
- def initialize(name=nil, colorcode=nil, logo=nil, mark=nil, isapply=nil, defaultpaneltype=nil)
583
+ def initialize(name=nil, colorcode=nil, logo=nil, mark=nil, isapply=nil, defaultpaneltype=nil, manageplatform=nil)
578
584
  @Name = name
579
585
  @ColorCode = colorcode
580
586
  @Logo = logo
581
587
  @Mark = mark
582
588
  @IsApply = isapply
583
589
  @DefaultPanelType = defaultpaneltype
590
+ @ManagePlatform = manageplatform
584
591
  end
585
592
 
586
593
  def deserialize(params)
@@ -590,6 +597,7 @@ module TencentCloud
590
597
  @Mark = params['Mark']
591
598
  @IsApply = params['IsApply']
592
599
  @DefaultPanelType = params['DefaultPanelType']
600
+ @ManagePlatform = params['ManagePlatform']
593
601
  end
594
602
  end
595
603
 
@@ -2171,10 +2179,12 @@ module TencentCloud
2171
2179
  # @type DefaultPanelType: Integer
2172
2180
  # @param PanelScope: 2
2173
2181
  # @type PanelScope: String
2182
+ # @param ManagePlatform: 项目管理平台
2183
+ # @type ManagePlatform: String
2174
2184
 
2175
- attr_accessor :Id, :Name, :ColorCode, :Logo, :Mark, :IsApply, :Seed, :DefaultPanelType, :PanelScope
2185
+ attr_accessor :Id, :Name, :ColorCode, :Logo, :Mark, :IsApply, :Seed, :DefaultPanelType, :PanelScope, :ManagePlatform
2176
2186
 
2177
- def initialize(id=nil, name=nil, colorcode=nil, logo=nil, mark=nil, isapply=nil, seed=nil, defaultpaneltype=nil, panelscope=nil)
2187
+ def initialize(id=nil, name=nil, colorcode=nil, logo=nil, mark=nil, isapply=nil, seed=nil, defaultpaneltype=nil, panelscope=nil, manageplatform=nil)
2178
2188
  @Id = id
2179
2189
  @Name = name
2180
2190
  @ColorCode = colorcode
@@ -2184,6 +2194,7 @@ module TencentCloud
2184
2194
  @Seed = seed
2185
2195
  @DefaultPanelType = defaultpaneltype
2186
2196
  @PanelScope = panelscope
2197
+ @ManagePlatform = manageplatform
2187
2198
  end
2188
2199
 
2189
2200
  def deserialize(params)
@@ -2196,6 +2207,7 @@ module TencentCloud
2196
2207
  @Seed = params['Seed']
2197
2208
  @DefaultPanelType = params['DefaultPanelType']
2198
2209
  @PanelScope = params['PanelScope']
2210
+ @ManagePlatform = params['ManagePlatform']
2199
2211
  end
2200
2212
  end
2201
2213
 
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.792
4
+ version: 3.0.794
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-28 00:00:00.000000000 Z
11
+ date: 2024-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common