tencentcloud-sdk-cdb 3.0.860 → 3.0.862

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: faa52fd42e1e872998455c7bb1af883a30a27e45
4
- data.tar.gz: 047a26ac261d2a398e7fd341a2ba9dfde3adcbaf
3
+ metadata.gz: d17c993ae62f1c13a529dbfe6499dc4432699cf9
4
+ data.tar.gz: 364a58402e992b2fe85d6f3416861765d28dc4b4
5
5
  SHA512:
6
- metadata.gz: 2fb410510433c7eee6c6b3251d48de08bfcd1bf707ff68e08d83c312c2bb0d7c0a0b68f3a2eed6173d3a602fba5e66d3f54f6a1620b0070be9fc9a0b11427c78
7
- data.tar.gz: c8ad5e40d98f02848c5bea3c7d20469ba591786650083502513048a9f3ea91b37d119e0b865aa51dfd1e815f81c4332f015afdbc5d8d4335b3811672e8c9091d
6
+ metadata.gz: 5cb7df456161e606daef303e16fd88a4db3aaa8c41fa71942aa013ee3978ef2986464457f43ad6e47b67a2c58897093ab63c2097829a81d6f74caef8da7a5cc3
7
+ data.tar.gz: 456fcf68cb4889f2b9ee3634bfc943d84e288004f372e3b7b0b55f520bac0a50f33c636f2d806dff8193d66c892055240387b0a286eaa1b3fc8185d832a572b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.860
1
+ 3.0.862
@@ -20,8 +20,10 @@ module TencentCloud
20
20
  # 数据库账号信息
21
21
  class Account < TencentCloud::Common::AbstractModel
22
22
  # @param User: 新账户的名称
23
+ # 注意:此字段可能返回 null,表示取不到有效值。
23
24
  # @type User: String
24
25
  # @param Host: 新账户的域名
26
+ # 注意:此字段可能返回 null,表示取不到有效值。
25
27
  # @type Host: String
26
28
 
27
29
  attr_accessor :User, :Host
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.860
4
+ version: 3.0.862
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-07-08 00:00:00.000000000 Z
11
+ date: 2024-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common