tencentcloud-sdk-dnspod 3.0.683 → 3.0.685

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: 33e64c6383b02d8070a0689ea6438453d23d5dee
4
- data.tar.gz: d1c202e81db9e9835ce7af385a5f736424cd0910
3
+ metadata.gz: 8286fe2615af0d9f6c4970af57276193a64579ff
4
+ data.tar.gz: 7518ac8afa0f602b7a2aa0dca1c0cf8b109dfd90
5
5
  SHA512:
6
- metadata.gz: 5b01ae7fc58262df1c669b8160299e122f116516baf2c9b19c45fa124c42e0b2a40e6d30e8c61d6a5da673443ddf925615cb6abd7ad3e40b2a2c3e03f45358e8
7
- data.tar.gz: c1fc2c9fb4e2b93b41e9bedb249819e555de328746a756ab6154fb64a2783868211104049ca615f403f8465bfe6f5fda097c6368d2f0b3b1bb7f3cceb3ac3941
6
+ metadata.gz: beaddacaeda8d5ec44b6afc5420e53e806c76f706a6f9906a77c1f2198b6383f871ae43baff5ca6df2e596fb28264ae430043dd6ef98cb4e5da07b64d52607e9
7
+ data.tar.gz: 10ebb052cef0e747dfe0e76d1c8ffb07ff49115d29dee53102e346d2c3ded012a89c7c53f760aa612e95f6a4800381012929596039c69f96bd7eb1113538d362
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.683
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.683
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-24 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
- - lib/v20210323/models.rb
38
36
  - lib/v20210323/client.rb
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: