tencentcloud-sdk-dnspod 3.0.595 → 3.0.597

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: 8f058a6cf05a9e8132fd29542b2e66d24f90971d
4
- data.tar.gz: 494741289cf2bb63b0740c42c08952d305944df5
3
+ metadata.gz: 0583cf24415b452870270891036de7ab1dfd3760
4
+ data.tar.gz: bbe0c85c2c1d7371458397e97abc44a577e3e5b0
5
5
  SHA512:
6
- metadata.gz: 0d453e06c6767801ff76026ad0501f339615ddee4e8dcd990cb8471ce8b80cc0f8662a88fd1cc05fa0746f47d46802b6af5ab5fbe592ecacef157407e9fd81bf
7
- data.tar.gz: 69239b7464fab82155b28f29e905c58d5f7c7eb68b940a147e41c067f472593f5e99bd932b7d354ca6fbb8d55592f489f32b6129457d3a1bb9561adad0ceee31
6
+ metadata.gz: 57606cf930a99e84d7708c980acd35236788c7c6d7257b92ac631305199ceb639ec3a402c309b205b8a6520a37dcb46235fcd41fe6bd5816632bf92b0ab17d54
7
+ data.tar.gz: 352e7591fea79917107dc407a6028eed8de50eccd371c8cfd27666fc351612f43836bff5e88bedc2c92efc4ed27d7e00dffa8b1d1079ec40cee77af361d01b76
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.595
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.595
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-19 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