tencentcloud-sdk-dnspod 3.0.546 → 3.0.548

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: 2cbd037f9b841f3d39b0ce382770a31f7598f58e
4
- data.tar.gz: 663b99d8083790a94140c115ee51ba06cf205cde
3
+ metadata.gz: 727aeeba9647b9bfd7ef15857599d2f05d7279ce
4
+ data.tar.gz: 4623b8a98fb2e1e52db3bb94250eb865ac71ccfc
5
5
  SHA512:
6
- metadata.gz: 0502f9d5e65d8d33f7b29b07ef5112528e32a3db479e163ad5763f34d8a5d8bcb49c33107b68752406bf39687a1352799981371ed0576b211e9d2bf94e9ddec6
7
- data.tar.gz: 38c4a1299e75fcc3c10a30ca20f0f54d6f2bc0d6d2f55ba5d0f7884b0ca44d2f9c5e6e483da5e51529415b2877719cc50f7aa121d094b5b0674b20f1a68a7ac9
6
+ metadata.gz: 276d4a21fdaf56c1a262c6b8c20bba82b9d59c1dab457951c2d9e4e10ff0eabdf15246be7ea163a6ff9d31814ee2bf5a479fc0b28ded8c8e5d2d477c15dbab53
7
+ data.tar.gz: 878c48a1c793b86d78965b0b829176d02c9367c7e1dc702b891aad8b912aa7fb3c5cdc5ab8ba5f76dd35661d7be4508dda21068d54a306512b28f8883ce46589
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.546
1
+ 3.0.548
@@ -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.546
4
+ version: 3.0.548
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-07 00:00:00.000000000 Z
11
+ date: 2023-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common