tencentcloud-sdk-dbbrain 3.0.857 → 3.0.858

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea4c37d45efdc385e1559ff50a3d9d899540a5a0
4
- data.tar.gz: 04a961878787f1dd82919a4ae2834d9377beab3d
3
+ metadata.gz: 91a4b001169d08eec2239ff3137731800a09b1ee
4
+ data.tar.gz: 2c49bd297d0ff002865be23d21afd3f21cc9ba08
5
5
  SHA512:
6
- metadata.gz: 240f8749e790c1d310673f5695e128280b679b1eb4a76f29e5ef5b5992b7e8bec68f76c32b976c34a10d0ac9f7313844f73c36294fa213b47963898f7154d561
7
- data.tar.gz: 4ad3c7f7ea0d0eb23667939db2e8c21bb89dfd5a104ea03eab4c04705774633d74ec9be150b823dbccf13c6c735e75305e37da2a61ad3eb02ca762b8579de593
6
+ metadata.gz: 6aaf6ff02301c4e2d2e5e87ec73b756cdc55c9fa8bfc85c554f4bda376ef497af2791a7979498022289ac0b16f975dff9cdfcf92f5afe0f2b4c71f7c21c6bd37
7
+ data.tar.gz: 01cad6b6675d0e4be1c38844b50f7ee8d2bc660a0a114035ce57ac2042fd3020107d343affeff0afaf910da3fd7b986409e1e9fe895b28d2cb07054c697160af
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.857
1
+ 3.0.858
@@ -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.857
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-03 00:00:00.000000000 Z
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