tencentcloud-sdk-cls 3.0.544 → 3.0.545

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: b4e5a76c8f964d7e92d87432f544039c64cb79f0
4
- data.tar.gz: 620bd2c9ee30fcc8b535d6b347bf06c369d014b9
3
+ metadata.gz: e78a161c1e536ca4df582c4a72faff5672cf803e
4
+ data.tar.gz: dc9966197dc9f588952bdc173cff59836ac30237
5
5
  SHA512:
6
- metadata.gz: e459d7cd517000539ceaa7a4d605303dd065f297ee2fdf19bd40c83cc103cd4473fdb5f47f734b64c0d910be463644fe6feb38c4711e8e6054ca452cd76efa9f
7
- data.tar.gz: c55d9dd1230b60998808b043282e5f005520a23c7bbf70354016a46921f74fa23cab56e02a766f8cab506e4a0396e2cdbf783c275bd6c10407f5c491b2e8877b
6
+ metadata.gz: 1dc2fa1c6495c05a460d5b7947eff8aeb0805137efc4841772b93919eddfe834bf8e7fccf3bfbcda6f68061ef94f65132ee3a7c3c75bc6d2b486e396fe373134
7
+ data.tar.gz: de1981bd4d9bc256ae2a9f70dd5132ab504f5bde15735d479a6d564c8f0d8de11435f2b4e582c11ae1cd2ae90d4f7a0f45018dde7938d836b5e7470ede132835
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.544
1
+ 3.0.545
@@ -313,12 +313,16 @@ module TencentCloud
313
313
  # 多维分析的分析维度
314
314
  class AnalysisDimensional < TencentCloud::Common::AbstractModel
315
315
  # @param Name: 分析名称
316
+ # 注意:此字段可能返回 null,表示取不到有效值。
316
317
  # @type Name: String
317
318
  # @param Type: 分析类型:query,field ,original
319
+ # 注意:此字段可能返回 null,表示取不到有效值。
318
320
  # @type Type: String
319
321
  # @param Content: 分析内容
322
+ # 注意:此字段可能返回 null,表示取不到有效值。
320
323
  # @type Content: String
321
324
  # @param ConfigInfo: 配置
325
+ # 注意:此字段可能返回 null,表示取不到有效值。
322
326
  # @type ConfigInfo: Array
323
327
 
324
328
  attr_accessor :Name, :Type, :Content, :ConfigInfo
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cls
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.544
4
+ version: 3.0.545
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-04-04 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common