tencentcloud-sdk-dnspod 3.0.684 → 3.0.685

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: 374c02852b745e3b5f34ebc0daf985a4bcfcc2bf
4
- data.tar.gz: 1a65068e2c8ab3d6ddc5159955a8c3a11d273aea
3
+ metadata.gz: 8286fe2615af0d9f6c4970af57276193a64579ff
4
+ data.tar.gz: 7518ac8afa0f602b7a2aa0dca1c0cf8b109dfd90
5
5
  SHA512:
6
- metadata.gz: bab820f47b276d0d4a49c862e7a915680fc0fe939eb9723f5b4188702aac2f5bfd15541f7f92312dba939551de6d4de90baefe8791af26a1a8967bf0757469bf
7
- data.tar.gz: d5eec51dadd58b901c2e92613950d4e5496048f383b5050f2a9e4cf40d33ce0eb39cda69aa088d7da4eec60bdd7b66f8a036c6939e075a0a7aaf79a4ab0f74d8
6
+ metadata.gz: beaddacaeda8d5ec44b6afc5420e53e806c76f706a6f9906a77c1f2198b6383f871ae43baff5ca6df2e596fb28264ae430043dd6ef98cb4e5da07b64d52607e9
7
+ data.tar.gz: 10ebb052cef0e747dfe0e76d1c8ffb07ff49115d29dee53102e346d2c3ded012a89c7c53f760aa612e95f6a4800381012929596039c69f96bd7eb1113538d362
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.684
1
+ 3.0.685
@@ -5742,10 +5742,13 @@ module TencentCloud
5742
5742
  # @param UpdatedDate: 更新日期
5743
5743
  # 注意:此字段可能返回 null,表示取不到有效值。
5744
5744
  # @type UpdatedDate: String
5745
+ # @param Dnssec: dnssec
5746
+ # 注意:此字段可能返回 null,表示取不到有效值。
5747
+ # @type Dnssec: String
5745
5748
 
5746
- attr_accessor :Contacts, :CreationDate, :ExpirationDate, :IsQcloud, :IsQcloudOwner, :NameServers, :Raw, :Registrar, :Status, :UpdatedDate
5749
+ attr_accessor :Contacts, :CreationDate, :ExpirationDate, :IsQcloud, :IsQcloudOwner, :NameServers, :Raw, :Registrar, :Status, :UpdatedDate, :Dnssec
5747
5750
 
5748
- def initialize(contacts=nil, creationdate=nil, expirationdate=nil, isqcloud=nil, isqcloudowner=nil, nameservers=nil, raw=nil, registrar=nil, status=nil, updateddate=nil)
5751
+ def initialize(contacts=nil, creationdate=nil, expirationdate=nil, isqcloud=nil, isqcloudowner=nil, nameservers=nil, raw=nil, registrar=nil, status=nil, updateddate=nil, dnssec=nil)
5749
5752
  @Contacts = contacts
5750
5753
  @CreationDate = creationdate
5751
5754
  @ExpirationDate = expirationdate
@@ -5756,6 +5759,7 @@ module TencentCloud
5756
5759
  @Registrar = registrar
5757
5760
  @Status = status
5758
5761
  @UpdatedDate = updateddate
5762
+ @Dnssec = dnssec
5759
5763
  end
5760
5764
 
5761
5765
  def deserialize(params)
@@ -5772,6 +5776,7 @@ module TencentCloud
5772
5776
  @Registrar = params['Registrar']
5773
5777
  @Status = params['Status']
5774
5778
  @UpdatedDate = params['UpdatedDate']
5779
+ @Dnssec = params['Dnssec']
5775
5780
  end
5776
5781
  end
5777
5782
 
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.684
4
+ version: 3.0.685
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-25 00:00:00.000000000 Z
11
+ date: 2023-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-dnspod.rb
37
36
  - lib/v20210323/client.rb
38
37
  - lib/v20210323/models.rb
38
+ - lib/tencentcloud-sdk-dnspod.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: