tencentcloud-sdk-dnspod 3.0.526 → 3.0.528

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: e54317960c61aa5b54082c11316607d3ae303633
4
+ data.tar.gz: a6b0860880826cd3361a5c7db7216ba9a25c70c9
5
5
  SHA512:
6
- metadata.gz: 9af2ddfa4c18b61899315ee30d0f653a08432fc8ad893db3c37bcdcf45b65654031361497fdb1684b2e498b17eac4ec11554d0c244f69995b4b861a1702b8aac
7
- data.tar.gz: b1fd889e23a541a9d547fe05cbfed820df7369d882e3caddbc37d284312bf7dade2c721d2dcff14f59d6246a6f7a969bc97e42fc970128f32d2e63deace6586d
6
+ metadata.gz: 96be71f48095bcab02fa899ebb9aa967a08cd31a04b9a85ad9c6c0241409106ff1217da735cc2264f98914b80ef1e48c0a499c6872b764f0af641c9ee00859a3
7
+ data.tar.gz: 8c9bfacf98720201ee25fb6902292bdb7ab65a31f118b62d4119784c33c9f3aa8a724690f173dddb5d71518bbfa78fcfdb920e46727051df8d7f50dafb30e890
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.526
1
+ 3.0.528
@@ -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.528
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