tencentcloud-sdk-dnspod 3.0.596 → 3.0.597
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210323/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0583cf24415b452870270891036de7ab1dfd3760
|
|
4
|
+
data.tar.gz: bbe0c85c2c1d7371458397e97abc44a577e3e5b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57606cf930a99e84d7708c980acd35236788c7c6d7257b92ac631305199ceb639ec3a402c309b205b8a6520a37dcb46235fcd41fe6bd5816632bf92b0ab17d54
|
|
7
|
+
data.tar.gz: 352e7591fea79917107dc407a6028eed8de50eccd371c8cfd27666fc351612f43836bff5e88bedc2c92efc4ed27d7e00dffa8b1d1079ec40cee77af361d01b76
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.597
|
data/lib/v20210323/models.rb
CHANGED
|
@@ -109,10 +109,13 @@ module TencentCloud
|
|
|
109
109
|
# @param Weight: 记录权重
|
|
110
110
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
111
111
|
# @type Weight: Integer
|
|
112
|
+
# @param Remark: 备注信息
|
|
113
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
114
|
+
# @type Remark: String
|
|
112
115
|
|
|
113
|
-
attr_accessor :RecordId, :SubDomain, :RecordType, :RecordLine, :Value, :TTL, :Status, :Operation, :ErrMsg, :Id, :Enabled, :MX, :Weight
|
|
116
|
+
attr_accessor :RecordId, :SubDomain, :RecordType, :RecordLine, :Value, :TTL, :Status, :Operation, :ErrMsg, :Id, :Enabled, :MX, :Weight, :Remark
|
|
114
117
|
|
|
115
|
-
def initialize(recordid=nil, subdomain=nil, recordtype=nil, recordline=nil, value=nil, ttl=nil, status=nil, operation=nil, errmsg=nil, id=nil, enabled=nil, mx=nil, weight=nil)
|
|
118
|
+
def initialize(recordid=nil, subdomain=nil, recordtype=nil, recordline=nil, value=nil, ttl=nil, status=nil, operation=nil, errmsg=nil, id=nil, enabled=nil, mx=nil, weight=nil, remark=nil)
|
|
116
119
|
@RecordId = recordid
|
|
117
120
|
@SubDomain = subdomain
|
|
118
121
|
@RecordType = recordtype
|
|
@@ -126,6 +129,7 @@ module TencentCloud
|
|
|
126
129
|
@Enabled = enabled
|
|
127
130
|
@MX = mx
|
|
128
131
|
@Weight = weight
|
|
132
|
+
@Remark = remark
|
|
129
133
|
end
|
|
130
134
|
|
|
131
135
|
def deserialize(params)
|
|
@@ -142,6 +146,7 @@ module TencentCloud
|
|
|
142
146
|
@Enabled = params['Enabled']
|
|
143
147
|
@MX = params['MX']
|
|
144
148
|
@Weight = params['Weight']
|
|
149
|
+
@Remark = params['Remark']
|
|
145
150
|
end
|
|
146
151
|
end
|
|
147
152
|
|
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.
|
|
4
|
+
version: 3.0.597
|
|
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-06-
|
|
11
|
+
date: 2023-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|