tencentcloud-sdk-dnspod 3.0.1122 → 3.0.1138
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 +6 -2
- 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: 8e69da17707200f84119eed7cbf04a5c7b763a59
|
4
|
+
data.tar.gz: 5faaba466223181b6ae65222866893b21b8dd9b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55c0480405437318e8e1df79561d92ace0c1aeacd4967be903e409acb5b2cfcec80aa4861bae462c8855a071d463ac6d75b4a65812146995cfc2ccc0d259375a
|
7
|
+
data.tar.gz: 2850daa98b3689fff09f66421cd04b6f04eb6877b1650c280f397cba8d3a68166d32d370dc4641c6e9621c93e9da8ebac44f65d4ffa35f28f14870e43798335b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1138
|
data/lib/v20210323/models.rb
CHANGED
@@ -7321,10 +7321,12 @@ module TencentCloud
|
|
7321
7321
|
# @type Uin: Integer
|
7322
7322
|
# @param FreeNs: 所属 DNS 服务器
|
7323
7323
|
# @type FreeNs: Array
|
7324
|
+
# @param AllowTransferIn: 用户是否允许任何人转移域名到本账号
|
7325
|
+
# @type AllowTransferIn: Boolean
|
7324
7326
|
|
7325
|
-
attr_accessor :Nick, :Id, :Email, :Status, :Telephone, :EmailVerified, :TelephoneVerified, :UserGrade, :RealName, :WechatBinded, :Uin, :FreeNs
|
7327
|
+
attr_accessor :Nick, :Id, :Email, :Status, :Telephone, :EmailVerified, :TelephoneVerified, :UserGrade, :RealName, :WechatBinded, :Uin, :FreeNs, :AllowTransferIn
|
7326
7328
|
|
7327
|
-
def initialize(nick=nil, id=nil, email=nil, status=nil, telephone=nil, emailverified=nil, telephoneverified=nil, usergrade=nil, realname=nil, wechatbinded=nil, uin=nil, freens=nil)
|
7329
|
+
def initialize(nick=nil, id=nil, email=nil, status=nil, telephone=nil, emailverified=nil, telephoneverified=nil, usergrade=nil, realname=nil, wechatbinded=nil, uin=nil, freens=nil, allowtransferin=nil)
|
7328
7330
|
@Nick = nick
|
7329
7331
|
@Id = id
|
7330
7332
|
@Email = email
|
@@ -7337,6 +7339,7 @@ module TencentCloud
|
|
7337
7339
|
@WechatBinded = wechatbinded
|
7338
7340
|
@Uin = uin
|
7339
7341
|
@FreeNs = freens
|
7342
|
+
@AllowTransferIn = allowtransferin
|
7340
7343
|
end
|
7341
7344
|
|
7342
7345
|
def deserialize(params)
|
@@ -7352,6 +7355,7 @@ module TencentCloud
|
|
7352
7355
|
@WechatBinded = params['WechatBinded']
|
7353
7356
|
@Uin = params['Uin']
|
7354
7357
|
@FreeNs = params['FreeNs']
|
7358
|
+
@AllowTransferIn = params['AllowTransferIn']
|
7355
7359
|
end
|
7356
7360
|
end
|
7357
7361
|
|
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.1138
|
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-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|