tencentcloud-sdk-dnspod 3.0.743 → 3.0.745

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: 9747e46916f09ad9152c43f0800905dc084a6f75
4
- data.tar.gz: 1aaaafb41d184e055a7a2b7026bc1ad190541813
3
+ metadata.gz: 4dddaf5113746860cd6a45b3dc95075f56213134
4
+ data.tar.gz: 7ecac3ed0a7308ab7b0008ad34857fb794769e3e
5
5
  SHA512:
6
- metadata.gz: 590c947b295b80da9fba53b9d218586952f8c21f2a7e4238d4132b70220ffee1c1a8683ae0939ba88a29bd66a132d69c010d48067bd8f9cc7817d613b3390e3e
7
- data.tar.gz: 6370f1553b26b763ba9109e9cf2d485adbd1824fce4ff0daf97e1f40429a596b004d4e5f13a156c299117dd5764f27b09c7f56595892f7a6ba8d236a8478a1ea
6
+ metadata.gz: 81ad8468d5f5bc36a8c54dbcd16cd81d269668f8943d3b0adcb26fef54edd72c8c3950df7541f369677e9d39e2ec9d38531bda6301caa8387d0cea66e26766a4
7
+ data.tar.gz: 5cbb9b595b9256483295c0526be6b4cf26410a8646d26546319e71b4b8f5f42013bc4a3544e32fb427491f59f833da8ae359259f100377ca1775462045c0a59d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.743
1
+ 3.0.745
@@ -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.743
4
+ version: 3.0.745
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-07 00:00:00.000000000 Z
11
+ date: 2024-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common