tencentcloud-sdk-dnspod 3.0.507 → 3.0.508

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: ba7cb664d4faac09e24370a4ac2607d0f1b012ae
4
- data.tar.gz: e65e601483a345a410f3200546c2698cf86294e2
3
+ metadata.gz: b4fd0d7fc310e2d29184491ecb5f182c30f672f0
4
+ data.tar.gz: 6a75832ce637f23dc051c0b8e0b38cdad26f976e
5
5
  SHA512:
6
- metadata.gz: 72e7ebc145756d0d0a5b0cdf78e2eebfa2d750fe784ecd1e7bb4e797e4eecf6c5bd8782226692e2191cb58a30fe3a68c305f938b15ec2d98926a2fd99db91c12
7
- data.tar.gz: fb171e7612adc69b61d2f4cc0ee87b67a194ea7b8004dd6412aea87c521a55b3595854cafb3fab7c7d45535173654cbcf7c71a6d0f79681423ffe4feb4cd38bb
6
+ metadata.gz: d2cd207522e1ca2b44204de1baed644fb6521fed2f40f9e0b5cefb49ef31a1e42a49d404fc46a5c5d6bb96f845b0375708d73fce2bcd769a3a50642058ad4930
7
+ data.tar.gz: c98e423137a624c40571247bd5cc6572052b2517b0f92dece0ceddb0f55dc16d4a1633af332d90e363587e158f20a94139277682b6ff884453041c439fab143a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.507
1
+ 3.0.508
@@ -4226,10 +4226,12 @@ module TencentCloud
4226
4226
  # @param MX: MX值,只有MX记录有
4227
4227
  # 注意:此字段可能返回 null,表示取不到有效值。
4228
4228
  # @type MX: Integer
4229
+ # @param DefaultNS: 是否是默认的ns记录
4230
+ # @type DefaultNS: Boolean
4229
4231
 
4230
- attr_accessor :RecordId, :Value, :Status, :UpdatedOn, :Name, :Line, :LineId, :Type, :Weight, :MonitorStatus, :Remark, :TTL, :MX
4232
+ attr_accessor :RecordId, :Value, :Status, :UpdatedOn, :Name, :Line, :LineId, :Type, :Weight, :MonitorStatus, :Remark, :TTL, :MX, :DefaultNS
4231
4233
 
4232
- def initialize(recordid=nil, value=nil, status=nil, updatedon=nil, name=nil, line=nil, lineid=nil, type=nil, weight=nil, monitorstatus=nil, remark=nil, ttl=nil, mx=nil)
4234
+ def initialize(recordid=nil, value=nil, status=nil, updatedon=nil, name=nil, line=nil, lineid=nil, type=nil, weight=nil, monitorstatus=nil, remark=nil, ttl=nil, mx=nil, defaultns=nil)
4233
4235
  @RecordId = recordid
4234
4236
  @Value = value
4235
4237
  @Status = status
@@ -4243,6 +4245,7 @@ module TencentCloud
4243
4245
  @Remark = remark
4244
4246
  @TTL = ttl
4245
4247
  @MX = mx
4248
+ @DefaultNS = defaultns
4246
4249
  end
4247
4250
 
4248
4251
  def deserialize(params)
@@ -4259,6 +4262,7 @@ module TencentCloud
4259
4262
  @Remark = params['Remark']
4260
4263
  @TTL = params['TTL']
4261
4264
  @MX = params['MX']
4265
+ @DefaultNS = params['DefaultNS']
4262
4266
  end
4263
4267
  end
4264
4268
 
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.507
4
+ version: 3.0.508
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-02-13 00:00:00.000000000 Z
11
+ date: 2023-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common