tencentcloud-sdk-dnspod 3.0.526 → 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: 6d663e3bdf6b50bf0a5d755d6d2329cd9208e045
4
- data.tar.gz: e0af71821b54de4c1241a08747a13b8f852a5809
3
+ metadata.gz: 0d390b950f081b6d23f2d318def2faa584535d1f
4
+ data.tar.gz: 34b5f5075c8970b59555284ff3552c4c3e75254d
5
5
  SHA512:
6
- metadata.gz: 9af2ddfa4c18b61899315ee30d0f653a08432fc8ad893db3c37bcdcf45b65654031361497fdb1684b2e498b17eac4ec11554d0c244f69995b4b861a1702b8aac
7
- data.tar.gz: b1fd889e23a541a9d547fe05cbfed820df7369d882e3caddbc37d284312bf7dade2c721d2dcff14f59d6246a6f7a969bc97e42fc970128f32d2e63deace6586d
6
+ metadata.gz: 0bee00e60de54ba05313132e868b1d00f6384c03de69dec570ba07221253e19a04bb797b3c225e30a4da29c4862191482a7f5cd66ac8d57dd39643fcf6fceeb5
7
+ data.tar.gz: 37eb6190a09d2f1aab616741238e65f4ffea09f1826aa22b3d46d7ffd75e97278bd7e7c81f7d421478dcfd710d6417272bc48a4e35d1c58ee9033e6c0c832320
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.526
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.526
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-10 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