tencentcloud-sdk-dnspod 3.0.371 → 3.0.381

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: 7b43757a8c5432359772353da3abccb7dafd4983
4
- data.tar.gz: aa21e93b565b9111a12306e39e72f3c70facc46a
3
+ metadata.gz: 47180c1a113726bb5046e4985f9956b032fc5363
4
+ data.tar.gz: d324d1ef2023e3af1e5a6b4aa64ad8e2f0533f62
5
5
  SHA512:
6
- metadata.gz: 068d58bf6aa3894f739e52d43d544d321d154f8b1c811dc8f1f3ab1da6eb62affe72c38a4834b1b41a1e922265d3cc0a58c9872c4aff4291691f2d5f32aba4ff
7
- data.tar.gz: 36bbc9f4c15a9a638ada0329362cba2905c69cf08f6860f6af154bde854ca44a69220d75baa615272be5d3eb7d47e95bbd4354c6f642877b21758b5b0aaa7ff1
6
+ metadata.gz: 7943dfa651a93ca46c3e5015e81a3b8360ae998bda5787f750c7f9859ede95f41ed85304be261991d4a15fc8ca8c8960f79f6dda9b18b6a9b4eea394c320a598
7
+ data.tar.gz: af5281cbd2d5695d901aa93d1d9e2852364304dd2f7a1f52b80abaa10c20dab8c56568e1ab235a69c0ec7514395a0c780254d649bd134a9c6590bc221cc3d989
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.371
1
+ 3.0.381
@@ -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,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dnspod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.371
4
+ version: 3.0.381
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-01 00:00:00.000000000 Z
11
+ date: 2022-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
@@ -33,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/VERSION
37
36
  - lib/tencentcloud-sdk-dnspod.rb
38
- - lib/v20210323/client.rb
39
37
  - lib/v20210323/models.rb
38
+ - lib/v20210323/client.rb
39
+ - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses:
42
42
  - Apache-2.0
@@ -49,17 +49,17 @@ require_paths:
49
49
  - lib
50
50
  required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project:
62
- rubygems_version: 2.6.14
62
+ rubygems_version: 2.0.14
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: Tencent Cloud SDK for Ruby - DNSPOD