tencentcloud-sdk-cloudaudit 3.0.963 → 3.0.964

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: 3895909780ef55008787043b615b8a2c33308b9c
4
- data.tar.gz: b2306c376ea6758483a432080070106522092fb9
3
+ metadata.gz: 42d34c23d8a26df7331981d34b75217de6eb5480
4
+ data.tar.gz: 88e24e272cb21d3cbc2a048896eebf4ed96d1b41
5
5
  SHA512:
6
- metadata.gz: 824c053f07a6627e4f42fd59d6aad85f33c5f20f9d91402289d17448500adfd6c71d6483fd4d7521d58d3841f4bb8517ba54baa472f0f1e1dbafe9d25b2606a0
7
- data.tar.gz: 2785de940a937ef7aafab33b4137af1eb025e176d50f8ae58c0b4e9cf684d36eb4677cc9bd1b700db426ee0bba855cde3003598d340d3fc43a31d532a4eb65ad
6
+ metadata.gz: d1d87dfea8d388289e047d963e02f28f7b1ec15e3c8ba3c6eccafa253acdd186d8a109d2254330a011b01450b7d025c9c7612f63610542789f1b24979b4b0315
7
+ data.tar.gz: da73f49e7ccb1661fc82d3be4b77e9b70ca665f168a833306708cab8d47e9a9c71aece975ed675b3e4e2c31f3563635a16d631154a00a464606b7c65a2355422
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.963
1
+ 3.0.964
@@ -20,14 +20,19 @@ module TencentCloud
20
20
  # AttributeKey值详情
21
21
  class AttributeKeyDetail < TencentCloud::Common::AbstractModel
22
22
  # @param LabelType: 输入框类型
23
+ # 注意:此字段可能返回 null,表示取不到有效值。
23
24
  # @type LabelType: String
24
25
  # @param Starter: 初始化展示
26
+ # 注意:此字段可能返回 null,表示取不到有效值。
25
27
  # @type Starter: String
26
28
  # @param Order: 展示排序
29
+ # 注意:此字段可能返回 null,表示取不到有效值。
27
30
  # @type Order: Integer
28
31
  # @param Value: AttributeKey值
32
+ # 注意:此字段可能返回 null,表示取不到有效值。
29
33
  # @type Value: String
30
34
  # @param Label: 中文标签
35
+ # 注意:此字段可能返回 null,表示取不到有效值。
31
36
  # @type Label: String
32
37
 
33
38
  attr_accessor :LabelType, :Starter, :Order, :Value, :Label
@@ -755,8 +760,10 @@ module TencentCloud
755
760
  # CMK属性
756
761
  class KeyMetadata < TencentCloud::Common::AbstractModel
757
762
  # @param Alias: 作为密钥更容易辨识,更容易被人看懂的别名
763
+ # 注意:此字段可能返回 null,表示取不到有效值。
758
764
  # @type Alias: String
759
765
  # @param KeyId: CMK的全局唯一标识
766
+ # 注意:此字段可能返回 null,表示取不到有效值。
760
767
  # @type KeyId: String
761
768
 
762
769
  attr_accessor :Alias, :KeyId
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cloudaudit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.963
4
+ version: 3.0.964
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud