tencentcloud-sdk-dbbrain 3.0.857 → 3.0.859

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: 00af672deed01f1d27a22dcabbb36cc8288fdf4f
4
+ data.tar.gz: 1c63aefe29acb0c203af13639fada62b3fa25173
5
5
  SHA512:
6
- metadata.gz: 240f8749e790c1d310673f5695e128280b679b1eb4a76f29e5ef5b5992b7e8bec68f76c32b976c34a10d0ac9f7313844f73c36294fa213b47963898f7154d561
7
- data.tar.gz: 4ad3c7f7ea0d0eb23667939db2e8c21bb89dfd5a104ea03eab4c04705774633d74ec9be150b823dbccf13c6c735e75305e37da2a61ad3eb02ca762b8579de593
6
+ metadata.gz: 8e36a62acff5e56e834f980787b27939cb02c3022fa73ed772d02dd8df54cc079404d35ac7c6079057516c9c92053eb902e68143b1ab21f4d7630e7ff2d4e723
7
+ data.tar.gz: cb35b470eb6290ae52f7170d7fed9084488a76b5fd919ab64c6f74c670a2a4ac48a332312205d0ddd2dd0639b1f7cc031a13caf8614fa19b0d10a68ea3ba20ae
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.857
1
+ 3.0.859
@@ -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.859
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common