tencentcloud-sdk-dnspod 3.0.622 → 3.0.623

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: ec2503e69a0f1bd41611e7baf1159f447b67bd08
4
+ data.tar.gz: 2ef5fcf9c19038a4f1848ee64d774009e7c52117
5
5
  SHA512:
6
- metadata.gz: 0d5b0899a82fcfbfd30a3cc7a53a118abcb18220e75731f233bb0b28cc74305eaa3eec4e420a2ad7e947c27365db20487922dea49f563fdb88c39bcfeceaf477
7
- data.tar.gz: f745e16e5657f657a17bd66ecab81e8c4615727f29df1942efe05fe3a7329ed57242c4d551f70a6d8a9d66cc0a1dc22e55efb9da003a3d77da3a642a5c18076c
6
+ metadata.gz: a64c71a1da88b583c8f776a83043fd3a82df1e20e1a71d5f9d40d63ade971f67041da44afde7bd1f907d40f48699ea4294794b1149078deb8fdae6ce397022ce
7
+ data.tar.gz: 25702e0fa7aa2a9542f83a68838a74fb89e029132b7f67e8d55ea7ba6110182ad0a475e1da8ec6dd5ddca4bb0f05b1b98aea8061e965cfaa53e24f12d69f5118
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.622
1
+ 3.0.623
@@ -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.623
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-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common