tencentcloud-sdk-dnspod 3.0.525 → 3.0.527

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: 365fc7f49ebd53c162a2913b249ec487acb07512
4
- data.tar.gz: ea93ee00edf338c776474812d1287e0f15dcfa47
3
+ metadata.gz: 0d390b950f081b6d23f2d318def2faa584535d1f
4
+ data.tar.gz: 34b5f5075c8970b59555284ff3552c4c3e75254d
5
5
  SHA512:
6
- metadata.gz: 06215de9365a3bda28f7d89f78ef388412920345e97ef3b893372193d36ba4713966382e52cd65ec5925654f528fbd10cf9da90b23edc6eff0fbfd1fbde1b82b
7
- data.tar.gz: 3704a773989ab9dbc1370b08354bb13b3548db3f1d3d1707b50dd4def9f829be57ff6b438cd8b71ffc43635f6e854c40debde7fd0cdd28cbe4183674940edc7a
6
+ metadata.gz: 0bee00e60de54ba05313132e868b1d00f6384c03de69dec570ba07221253e19a04bb797b3c225e30a4da29c4862191482a7f5cd66ac8d57dd39643fcf6fceeb5
7
+ data.tar.gz: 37eb6190a09d2f1aab616741238e65f4ffea09f1826aa22b3d46d7ffd75e97278bd7e7c81f7d421478dcfd710d6417272bc48a4e35d1c58ee9033e6c0c832320
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.525
1
+ 3.0.527
@@ -107,10 +107,13 @@ module TencentCloud
107
107
  # @param MX: 记录的MX权重
108
108
  # 注意:此字段可能返回 null,表示取不到有效值。
109
109
  # @type MX: Integer
110
+ # @param Weight: 记录权重
111
+ # 注意:此字段可能返回 null,表示取不到有效值。
112
+ # @type Weight: Integer
110
113
 
111
- attr_accessor :RecordId, :SubDomain, :RecordType, :RecordLine, :Value, :TTL, :Status, :Operation, :ErrMsg, :Id, :Enabled, :MX
114
+ attr_accessor :RecordId, :SubDomain, :RecordType, :RecordLine, :Value, :TTL, :Status, :Operation, :ErrMsg, :Id, :Enabled, :MX, :Weight
112
115
 
113
- def initialize(recordid=nil, subdomain=nil, recordtype=nil, recordline=nil, value=nil, ttl=nil, status=nil, operation=nil, errmsg=nil, id=nil, enabled=nil, mx=nil)
116
+ def initialize(recordid=nil, subdomain=nil, recordtype=nil, recordline=nil, value=nil, ttl=nil, status=nil, operation=nil, errmsg=nil, id=nil, enabled=nil, mx=nil, weight=nil)
114
117
  @RecordId = recordid
115
118
  @SubDomain = subdomain
116
119
  @RecordType = recordtype
@@ -123,6 +126,7 @@ module TencentCloud
123
126
  @Id = id
124
127
  @Enabled = enabled
125
128
  @MX = mx
129
+ @Weight = weight
126
130
  end
127
131
 
128
132
  def deserialize(params)
@@ -138,6 +142,7 @@ module TencentCloud
138
142
  @Id = params['Id']
139
143
  @Enabled = params['Enabled']
140
144
  @MX = params['MX']
145
+ @Weight = params['Weight']
141
146
  end
142
147
  end
143
148
 
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.525
4
+ version: 3.0.527
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-03-09 00:00:00.000000000 Z
11
+ date: 2023-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common