tencentcloud-sdk-dnspod 3.0.547 → 3.0.549

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: 57f9f06bd42e961dfe8223e0ea01676a0a9c2040
4
- data.tar.gz: a05e9e265f0a0d31fdc43e633aa7ee5015fcf5dd
3
+ metadata.gz: 9eed89250739821d0aca98ed71bf6eb81d3c2451
4
+ data.tar.gz: 8a3a5c68cb39e8070e9cd5de7f8b057e6114d6eb
5
5
  SHA512:
6
- metadata.gz: a43323f823f30404700135d2007159a15a5e7b31e54c2bad2e4b5d46873125ce6c625c008d8c77f42a95e9d64f70e93420c39c3e58efc3d25ac92a3af7a77c0c
7
- data.tar.gz: 4b10cfc2a42920da6061144bd156aede7d454ebde8553102b328041f32f74379b5bfcc385a8d76c6f5166a54bf9b4dfd59afcf79d8f012f7dd8380160d60138a
6
+ metadata.gz: 3c7c718994e3a368e3e1b837ab906c4a603d75333844546a7a570aba8905d5c26e91186c26b6c13f2b44e038b1047464b1f7cac22c3eec27334a99b4327bbe5f
7
+ data.tar.gz: 92dbb1fcc5285c512c57fadb709bd6a4be3c27382cc84c5e12decaecc6a0b128a2bb628bbe98c781ede62a8e042218afa9ee3e0c352f728f9ffc3a9f3acd5494
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.547
1
+ 3.0.549
@@ -740,10 +740,13 @@ module TencentCloud
740
740
  # @param MX: 记录的MX权重
741
741
  # 注意:此字段可能返回 null,表示取不到有效值。
742
742
  # @type MX: Integer
743
+ # @param Weight: 记录的权重
744
+ # 注意:此字段可能返回 null,表示取不到有效值。
745
+ # @type Weight: Integer
743
746
 
744
- attr_accessor :SubDomain, :RecordType, :RecordLine, :Value, :TTL, :Status, :Operation, :ErrMsg, :Id, :MX
747
+ attr_accessor :SubDomain, :RecordType, :RecordLine, :Value, :TTL, :Status, :Operation, :ErrMsg, :Id, :MX, :Weight
745
748
 
746
- def initialize(subdomain=nil, recordtype=nil, recordline=nil, value=nil, ttl=nil, status=nil, operation=nil, errmsg=nil, id=nil, mx=nil)
749
+ def initialize(subdomain=nil, recordtype=nil, recordline=nil, value=nil, ttl=nil, status=nil, operation=nil, errmsg=nil, id=nil, mx=nil, weight=nil)
747
750
  @SubDomain = subdomain
748
751
  @RecordType = recordtype
749
752
  @RecordLine = recordline
@@ -754,6 +757,7 @@ module TencentCloud
754
757
  @ErrMsg = errmsg
755
758
  @Id = id
756
759
  @MX = mx
760
+ @Weight = weight
757
761
  end
758
762
 
759
763
  def deserialize(params)
@@ -767,6 +771,7 @@ module TencentCloud
767
771
  @ErrMsg = params['ErrMsg']
768
772
  @Id = params['Id']
769
773
  @MX = params['MX']
774
+ @Weight = params['Weight']
770
775
  end
771
776
  end
772
777
 
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.547
4
+ version: 3.0.549
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-04-10 00:00:00.000000000 Z
11
+ date: 2023-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common