tencentcloud-sdk-domain 3.0.841 → 3.0.842

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: a0d83b4de0846f8fb5e3ce5fc8c40778e28ca00c
4
- data.tar.gz: 586caaa5ed3254bb8a0e1f098ac9a746055d8d96
3
+ metadata.gz: c8cf0bbbab771d2209712d3cfeb3d4a514923818
4
+ data.tar.gz: 0815170356cb836e17527c1f356e76fd3ac8a12d
5
5
  SHA512:
6
- metadata.gz: 0db50091b4cb9b0740d47c2f5eabb9916dcbf6b666e0a5ba69dcf4b2642a51a1e5858d4fcd0e44712bea926d4513a86cb2e703c87308831884c75f0a36053482
7
- data.tar.gz: 64abd5d83e2dbe66456db556ba8cb415698048f62b81c802248646ed36e0df19f89368710bae6380503a0e6021db0210cedc537ff3adbfda54b6a5860b4c9032
6
+ metadata.gz: 8ec4206444d3c79b25e3ec96e646ce61838ee2b5dd3dc4054ab93162f0a6f3f32697643719a7c5253249d5f49b54dc135bffd188690949c7908eb9c95e667fb3
7
+ data.tar.gz: 2dd0a6c5621ea06ef75ab13048635f625ce6614d45aa5d110d94a1d2cea93a30ace95c72d560781f0206d311d7ef48761d72383353fa698824a00d68ebc3d1aa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.841
1
+ 3.0.842
@@ -53,7 +53,7 @@ module TencentCloud
53
53
  class BatchModifyDomainInfoRequest < TencentCloud::Common::AbstractModel
54
54
  # @param Domains: 批量修改的域名。
55
55
  # @type Domains: Array
56
- # @param TemplateId: 模板ID
56
+ # @param TemplateId: 模板ID(可从模板列表接口获取)
57
57
  # @type TemplateId: String
58
58
  # @param LockTransfer: true: 开启60天内禁止转移注册商锁定
59
59
  # false:关闭60天内禁止转移注册商锁定
@@ -866,7 +866,7 @@ module TencentCloud
866
866
  # @type Code: String
867
867
  # @param Type: 1:手机 2:邮箱
868
868
  # @type Type: Integer
869
- # @param VerifyCode: 验证码
869
+ # @param VerifyCode: 验证码(通过SendPhoneEmailCode发送到手机或邮箱的验证码)
870
870
  # @type VerifyCode: String
871
871
 
872
872
  attr_accessor :Code, :Type, :VerifyCode
@@ -1111,7 +1111,7 @@ module TencentCloud
1111
1111
 
1112
1112
  # DeleteTemplate请求参数结构体
1113
1113
  class DeleteTemplateRequest < TencentCloud::Common::AbstractModel
1114
- # @param TemplateId: 模板ID
1114
+ # @param TemplateId: 模板ID(可通过模板信息列表获取)
1115
1115
  # @type TemplateId: String
1116
1116
 
1117
1117
  attr_accessor :TemplateId
@@ -1747,7 +1747,7 @@ module TencentCloud
1747
1747
 
1748
1748
  # DescribeCustomDnsHostSet请求参数结构体
1749
1749
  class DescribeCustomDnsHostSetRequest < TencentCloud::Common::AbstractModel
1750
- # @param DomainId: 域名实例ID
1750
+ # @param DomainId: 域名实例ID(域名基本信息或我的域名列表接口可获取)
1751
1751
  # @type DomainId: String
1752
1752
  # @param Limit: 返回数量,默认为20,取值范围[1,100]
1753
1753
  # @type Limit: Integer
@@ -2161,9 +2161,9 @@ module TencentCloud
2161
2161
 
2162
2162
  # DescribePreDomainList请求参数结构体
2163
2163
  class DescribePreDomainListRequest < TencentCloud::Common::AbstractModel
2164
- # @param Page: 页码
2164
+ # @param Page: 页码,默认为1
2165
2165
  # @type Page: Integer
2166
- # @param Size: 条数
2166
+ # @param Size: 条数,默认为20
2167
2167
  # @type Size: Integer
2168
2168
  # @param EndTime: 用于结束时间筛选
2169
2169
  # @type EndTime: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.841
4
+ version: 3.0.842
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-06-11 00:00:00.000000000 Z
11
+ date: 2024-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common