tencentcloud-sdk-dnspod 3.0.1108 → 3.0.1122
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/v20210323/models.rb +7 -3
- 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: c81bd70fcba03ded369f9efadb62ebf99aa86b9f
|
4
|
+
data.tar.gz: 265bbaec05c255a3173a0ee1808e88f2395c1c3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0f9ce8137ebbc097e950bedc569c170cc621c3f58abb52b12a69c7b2ad7767c24343583ec5b846f08416bfee41c8fdce0b869216e511a07b926249c2612796b
|
7
|
+
data.tar.gz: 9382186525a9fabbdc2c2ed888901ae4e0ed8fe6d2d622e03c72cf917586ef287272b4d46fca66b14db53e61df4107d4a57fea024802033a6b8037e2ccb3d8dd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1122
|
data/lib/v20210323/models.rb
CHANGED
@@ -5362,7 +5362,7 @@ module TencentCloud
|
|
5362
5362
|
class ModifyDomainOwnerRequest < TencentCloud::Common::AbstractModel
|
5363
5363
|
# @param Domain: 域名
|
5364
5364
|
# @type Domain: String
|
5365
|
-
# @param Account:
|
5365
|
+
# @param Account: 域名需要转入的账号Uin
|
5366
5366
|
# @type Account: String
|
5367
5367
|
# @param DomainId: 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
5368
5368
|
# @type DomainId: Integer
|
@@ -7590,10 +7590,12 @@ module TencentCloud
|
|
7590
7590
|
# @param Dnssec: dnssec
|
7591
7591
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7592
7592
|
# @type Dnssec: String
|
7593
|
+
# @param RegistrarType: 腾讯注册商资质
|
7594
|
+
# @type RegistrarType: String
|
7593
7595
|
|
7594
|
-
attr_accessor :Contacts, :CreationDate, :ExpirationDate, :IsQcloud, :IsQcloudOwner, :NameServers, :Raw, :Registrar, :Status, :UpdatedDate, :Dnssec
|
7596
|
+
attr_accessor :Contacts, :CreationDate, :ExpirationDate, :IsQcloud, :IsQcloudOwner, :NameServers, :Raw, :Registrar, :Status, :UpdatedDate, :Dnssec, :RegistrarType
|
7595
7597
|
|
7596
|
-
def initialize(contacts=nil, creationdate=nil, expirationdate=nil, isqcloud=nil, isqcloudowner=nil, nameservers=nil, raw=nil, registrar=nil, status=nil, updateddate=nil, dnssec=nil)
|
7598
|
+
def initialize(contacts=nil, creationdate=nil, expirationdate=nil, isqcloud=nil, isqcloudowner=nil, nameservers=nil, raw=nil, registrar=nil, status=nil, updateddate=nil, dnssec=nil, registrartype=nil)
|
7597
7599
|
@Contacts = contacts
|
7598
7600
|
@CreationDate = creationdate
|
7599
7601
|
@ExpirationDate = expirationdate
|
@@ -7605,6 +7607,7 @@ module TencentCloud
|
|
7605
7607
|
@Status = status
|
7606
7608
|
@UpdatedDate = updateddate
|
7607
7609
|
@Dnssec = dnssec
|
7610
|
+
@RegistrarType = registrartype
|
7608
7611
|
end
|
7609
7612
|
|
7610
7613
|
def deserialize(params)
|
@@ -7622,6 +7625,7 @@ module TencentCloud
|
|
7622
7625
|
@Status = params['Status']
|
7623
7626
|
@UpdatedDate = params['UpdatedDate']
|
7624
7627
|
@Dnssec = params['Dnssec']
|
7628
|
+
@RegistrarType = params['RegistrarType']
|
7625
7629
|
end
|
7626
7630
|
end
|
7627
7631
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dnspod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1122
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|