tencentcloud-sdk-dbbrain 3.0.856 → 3.0.858
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210527/models.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91a4b001169d08eec2239ff3137731800a09b1ee
|
|
4
|
+
data.tar.gz: 2c49bd297d0ff002865be23d21afd3f21cc9ba08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6aaf6ff02301c4e2d2e5e87ec73b756cdc55c9fa8bfc85c554f4bda376ef497af2791a7979498022289ac0b16f975dff9cdfcf92f5afe0f2b4c71f7c21c6bd37
|
|
7
|
+
data.tar.gz: 01cad6b6675d0e4be1c38844b50f7ee8d2bc660a0a114035ce57ac2042fd3020107d343affeff0afaf910da3fd7b986409e1e9fe895b28d2cb07054c697160af
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.858
|
data/lib/v20210527/models.rb
CHANGED
|
@@ -21,7 +21,7 @@ module TencentCloud
|
|
|
21
21
|
class AddUserContactRequest < TencentCloud::Common::AbstractModel
|
|
22
22
|
# @param Name: 联系人姓名,由中英文、数字、空格、!@#$%^&*()_+-=()组成,不能以下划线开头,长度在20以内。
|
|
23
23
|
# @type Name: String
|
|
24
|
-
# @param ContactInfo:
|
|
24
|
+
# @param ContactInfo: 邮箱地址,支持大小写字母、数字、下划线、连字符及@字符, 只能以数字或字母开头,邮箱地址不可重复。
|
|
25
25
|
# @type ContactInfo: String
|
|
26
26
|
# @param Product: 服务产品类型,固定值:"mysql"。
|
|
27
27
|
# @type Product: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dbbrain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.858
|
|
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-
|
|
11
|
+
date: 2024-07-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|