tencentcloud-sdk-dnspod 3.0.621 → 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: b051a85142085cf68b3ecb2714f07b4ed7f266d5
4
- data.tar.gz: 99f13498cac4969040e5c7456cd3ee35699613f0
3
+ metadata.gz: ec2503e69a0f1bd41611e7baf1159f447b67bd08
4
+ data.tar.gz: 2ef5fcf9c19038a4f1848ee64d774009e7c52117
5
5
  SHA512:
6
- metadata.gz: fe27e78ffcd2633c2095f9a587a6d184935f720c951372d461f28ae9b0adf6e3e5f10f899fe700486143a198c77c0fc67c17592d120eaea1a9476cdcc6d95b68
7
- data.tar.gz: 3fa3fb9402213b0a926b1b7df157ddacf24a7b923d9a4b75252e44621f5e25d22b12aee49120cf9b0a3e25fd0fc31dec5d34f44b08064486b8791fd1eaa2740c
6
+ metadata.gz: a64c71a1da88b583c8f776a83043fd3a82df1e20e1a71d5f9d40d63ade971f67041da44afde7bd1f907d40f48699ea4294794b1149078deb8fdae6ce397022ce
7
+ data.tar.gz: 25702e0fa7aa2a9542f83a68838a74fb89e029132b7f67e8d55ea7ba6110182ad0a475e1da8ec6dd5ddca4bb0f05b1b98aea8061e965cfaa53e24f12d69f5118
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.621
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.621
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-26 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