tencentcloud-sdk-dnspod 3.0.379 → 3.0.380

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: 358fefa5254598d0e40e663e7ce4364686586d8a
4
- data.tar.gz: 8c5c0dc5a0e2653ae1a2d65eb255da06cf7bfea3
3
+ metadata.gz: 49031dd7a0c70e4ce4c1a2b90e775185fb654dc8
4
+ data.tar.gz: 3877e7e155c9b2995d8303d69397b96654ec7f33
5
5
  SHA512:
6
- metadata.gz: 0d89d0c047b981525026d9aa49cdd3cc89fff6562f2ffddb4c5192a81cd2083e0bc2c5fb91f8255eeb663e12b1ae3232cab583712cb384889359cd74987fac23
7
- data.tar.gz: 20f51bd90b7786b88d38dc4c3afdc35764fd908a2f13832df6a12ebf7de8ecf9e2c3121016ea721718e20a96ce3b3e2266fb4e3e6ca0c94dcb8f78ff043e40be
6
+ metadata.gz: 9201e074c6c8b44872806a4f7e8307e4b2791df5579677b6b3129613ac02512473185879aff406775f36261e2c915d20e61925ec6237cc4051c8b07659d06122
7
+ data.tar.gz: 8ca796bb8e5255a66c18f94e1d68515fe330384381c4880b3239fe2e00fbcbcf40edeba9cd60b5f3c7cc20c3a341a3360a7b65e6c88850852f3ed4b199d7b01d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.379
1
+ 3.0.380
@@ -3317,10 +3317,12 @@ module TencentCloud
3317
3317
  # @type WechatBinded: String
3318
3318
  # @param Uin: 用户UIN
3319
3319
  # @type Uin: Integer
3320
+ # @param FreeNs: 所属 DNS 服务器
3321
+ # @type FreeNs: Array
3320
3322
 
3321
- attr_accessor :Nick, :Id, :Email, :Status, :Telephone, :EmailVerified, :TelephoneVerified, :UserGrade, :RealName, :WechatBinded, :Uin
3323
+ attr_accessor :Nick, :Id, :Email, :Status, :Telephone, :EmailVerified, :TelephoneVerified, :UserGrade, :RealName, :WechatBinded, :Uin, :FreeNs
3322
3324
 
3323
- def initialize(nick=nil, id=nil, email=nil, status=nil, telephone=nil, emailverified=nil, telephoneverified=nil, usergrade=nil, realname=nil, wechatbinded=nil, uin=nil)
3325
+ 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)
3324
3326
  @Nick = nick
3325
3327
  @Id = id
3326
3328
  @Email = email
@@ -3332,6 +3334,7 @@ module TencentCloud
3332
3334
  @RealName = realname
3333
3335
  @WechatBinded = wechatbinded
3334
3336
  @Uin = uin
3337
+ @FreeNs = freens
3335
3338
  end
3336
3339
 
3337
3340
  def deserialize(params)
@@ -3346,6 +3349,7 @@ module TencentCloud
3346
3349
  @RealName = params['RealName']
3347
3350
  @WechatBinded = params['WechatBinded']
3348
3351
  @Uin = params['Uin']
3352
+ @FreeNs = params['FreeNs']
3349
3353
  end
3350
3354
  end
3351
3355
 
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.379
4
+ version: 3.0.380
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-03 00:00:00.000000000 Z
11
+ date: 2022-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common