tencentcloud-sdk-dnspod 3.0.744 → 3.0.746

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: 45648a4330ccc0d94f45ed1ee68cda3b153cf7f1
4
- data.tar.gz: 5d7c727e1a080dd3482180e26dd596ffb204f226
3
+ metadata.gz: 55bfa307bdb3ecfe6df86e25270bf517289106b9
4
+ data.tar.gz: 7ca55209b03d0f4ed0e71c11584060351244b407
5
5
  SHA512:
6
- metadata.gz: bf2c54b0b807158ce7c27d123452996e5cc51966ab6c1db7d341a3fec47b56df88fbbabe8623409406db49ee86d046835a42e6135433915b9c9b33f617911786
7
- data.tar.gz: 336e98d4fefec2e587a4acfb2c4dc29b20b87af253b69e3aa45866c9baa835032f58b2abf10668ed850f2df5036f1b4c8b945ff9540e1bce6b6571eea0183dae
6
+ metadata.gz: 6d28c8768641f9d65589fa831a36cea166ad15f505cc5734bc448dca56f38670881df4d4de44907f9f50f3cf7c4b9503cf11628a5e62c9a23f5ae89e6226b9ae
7
+ data.tar.gz: 855f3233b61b4be5c67b39e6ab214929098f08632ffe7f8c6fb1472bcec13eece88d6b5cc9f034d5fe2851b94b80c77ab39f3f2b3eda68f304efe0023b5d9bc5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.744
1
+ 3.0.746
@@ -4719,10 +4719,12 @@ module TencentCloud
4719
4719
  # @type Weight: Integer
4720
4720
  # @param Status: 记录初始状态,取值范围为 ENABLE 和 DISABLE 。默认为 ENABLE ,如果传入 DISABLE,解析不会生效,也不会验证负载均衡的限制。
4721
4721
  # @type Status: String
4722
+ # @param Remark: 记录的备注信息。传空删除备注。
4723
+ # @type Remark: String
4722
4724
 
4723
- attr_accessor :Domain, :RecordType, :RecordLine, :Value, :RecordId, :DomainId, :SubDomain, :RecordLineId, :MX, :TTL, :Weight, :Status
4725
+ attr_accessor :Domain, :RecordType, :RecordLine, :Value, :RecordId, :DomainId, :SubDomain, :RecordLineId, :MX, :TTL, :Weight, :Status, :Remark
4724
4726
 
4725
- def initialize(domain=nil, recordtype=nil, recordline=nil, value=nil, recordid=nil, domainid=nil, subdomain=nil, recordlineid=nil, mx=nil, ttl=nil, weight=nil, status=nil)
4727
+ def initialize(domain=nil, recordtype=nil, recordline=nil, value=nil, recordid=nil, domainid=nil, subdomain=nil, recordlineid=nil, mx=nil, ttl=nil, weight=nil, status=nil, remark=nil)
4726
4728
  @Domain = domain
4727
4729
  @RecordType = recordtype
4728
4730
  @RecordLine = recordline
@@ -4735,6 +4737,7 @@ module TencentCloud
4735
4737
  @TTL = ttl
4736
4738
  @Weight = weight
4737
4739
  @Status = status
4740
+ @Remark = remark
4738
4741
  end
4739
4742
 
4740
4743
  def deserialize(params)
@@ -4750,6 +4753,7 @@ module TencentCloud
4750
4753
  @TTL = params['TTL']
4751
4754
  @Weight = params['Weight']
4752
4755
  @Status = params['Status']
4756
+ @Remark = params['Remark']
4753
4757
  end
4754
4758
  end
4755
4759
 
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.744
4
+ version: 3.0.746
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-08 00:00:00.000000000 Z
11
+ date: 2024-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common