tencentcloud-sdk-dnspod 3.0.622 → 3.0.624

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: 584352df4337d6cdf9e4851011f31c6e9bdeb8ae
4
- data.tar.gz: 1494dd826b6e46f9d3f17512e221c12c45e6a97f
3
+ metadata.gz: 1d61cfef1d24f146c1d38dee4db8f4454a35e6a5
4
+ data.tar.gz: b59769b614cdd247579f3451ab80605df5d04887
5
5
  SHA512:
6
- metadata.gz: 0d5b0899a82fcfbfd30a3cc7a53a118abcb18220e75731f233bb0b28cc74305eaa3eec4e420a2ad7e947c27365db20487922dea49f563fdb88c39bcfeceaf477
7
- data.tar.gz: f745e16e5657f657a17bd66ecab81e8c4615727f29df1942efe05fe3a7329ed57242c4d551f70a6d8a9d66cc0a1dc22e55efb9da003a3d77da3a642a5c18076c
6
+ metadata.gz: 778683569d69008f33155792fbf77c23ea8fb39b13fa219ae7f96b752ea9e2fe1ef388da6cf57320d9df930a083be23621bb260a6199acd8de6c44cca1b06619
7
+ data.tar.gz: e4f4024e67a12ab17be7b59d14d3b406aa41df91afb7f9681b01dcc120af5f31388c5bb198519380499669a92a3fa2332592dea1931375881e22776fde2d6406
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.622
1
+ 3.0.624
@@ -921,10 +921,12 @@ module TencentCloud
921
921
  # @type Weight: Integer
922
922
  # @param Status: 记录初始状态,取值范围为 ENABLE 和 DISABLE 。默认为 ENABLE ,如果传入 DISABLE,解析不会生效,也不会验证负载均衡的限制。
923
923
  # @type Status: String
924
+ # @param Remark: 备注
925
+ # @type Remark: String
924
926
 
925
- attr_accessor :Domain, :RecordType, :RecordLine, :Value, :DomainId, :SubDomain, :RecordLineId, :MX, :TTL, :Weight, :Status
927
+ attr_accessor :Domain, :RecordType, :RecordLine, :Value, :DomainId, :SubDomain, :RecordLineId, :MX, :TTL, :Weight, :Status, :Remark
926
928
 
927
- def initialize(domain=nil, recordtype=nil, recordline=nil, value=nil, domainid=nil, subdomain=nil, recordlineid=nil, mx=nil, ttl=nil, weight=nil, status=nil)
929
+ def initialize(domain=nil, recordtype=nil, recordline=nil, value=nil, domainid=nil, subdomain=nil, recordlineid=nil, mx=nil, ttl=nil, weight=nil, status=nil, remark=nil)
928
930
  @Domain = domain
929
931
  @RecordType = recordtype
930
932
  @RecordLine = recordline
@@ -936,6 +938,7 @@ module TencentCloud
936
938
  @TTL = ttl
937
939
  @Weight = weight
938
940
  @Status = status
941
+ @Remark = remark
939
942
  end
940
943
 
941
944
  def deserialize(params)
@@ -950,6 +953,7 @@ module TencentCloud
950
953
  @TTL = params['TTL']
951
954
  @Weight = params['Weight']
952
955
  @Status = params['Status']
956
+ @Remark = params['Remark']
953
957
  end
954
958
  end
955
959
 
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.622
4
+ version: 3.0.624
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-07-27 00:00:00.000000000 Z
11
+ date: 2023-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common