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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6303043df95a7c417ae6531b0f83af16ef752432
4
- data.tar.gz: 1ce4e14d2995df5e89948642ade8601f227f8117
3
+ metadata.gz: 0583cf24415b452870270891036de7ab1dfd3760
4
+ data.tar.gz: bbe0c85c2c1d7371458397e97abc44a577e3e5b0
5
5
  SHA512:
6
- metadata.gz: f46befdcf149ea31d40da8b70ab5db5dd9cf4fab0bccf5d1709517009d6fd2e6bbccf391339646d03d8a7a3d7f96101f195d09c3ada1915eca220c68203c63b2
7
- data.tar.gz: ed77d84742edbb9130ebd03e7de3d38882e0862ea48a46903fec7c10e0a36f26da02062e32afc6fb78b277fcb0d0e2295e15127f6daeb89ea2b7149f4bdcfaa3
6
+ metadata.gz: 57606cf930a99e84d7708c980acd35236788c7c6d7257b92ac631305199ceb639ec3a402c309b205b8a6520a37dcb46235fcd41fe6bd5816632bf92b0ab17d54
7
+ data.tar.gz: 352e7591fea79917107dc407a6028eed8de50eccd371c8cfd27666fc351612f43836bff5e88bedc2c92efc4ed27d7e00dffa8b1d1079ec40cee77af361d01b76
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.596
1
+ 3.0.597
@@ -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.596
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-20 00:00:00.000000000 Z
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