tencentcloud-sdk-cat 1.0.243 → 1.0.244
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180409/models.rb +6 -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: ccf223ea9e4b1953ce6b549eb87566186611e2a1
|
4
|
+
data.tar.gz: 2a5b1b96e74f94661ff1bf3081d5b4cf1ba77e39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dfe1b7bcb02c440054ff4979fc3bcfa70589ad36225c4c55d462d0b0c9a61784d48a64a6cf29c6b3820cade07e75909dbacd913b70d6af463076b3fc99dca4e
|
7
|
+
data.tar.gz: dd92ea24b89812809d8527da0191469c0fe7f031fd22c1f945e87aae9d73506e226c69cf8e068248850f004f31a2b669e91e0887a4eed26ee4d4f81a3d5a33b9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.244
|
data/lib/v20180409/models.rb
CHANGED
@@ -1338,10 +1338,12 @@ module TencentCloud
|
|
1338
1338
|
# @type Districts: Array
|
1339
1339
|
# @param ErrorTypes: 错误类型
|
1340
1340
|
# @type ErrorTypes: Array
|
1341
|
+
# @param City: 城市
|
1342
|
+
# @type City: Array
|
1341
1343
|
|
1342
|
-
attr_accessor :BeginTime, :EndTime, :TaskType, :SortField, :Ascending, :SelectedFields, :Offset, :Limit, :TaskID, :Operators, :Districts, :ErrorTypes
|
1344
|
+
attr_accessor :BeginTime, :EndTime, :TaskType, :SortField, :Ascending, :SelectedFields, :Offset, :Limit, :TaskID, :Operators, :Districts, :ErrorTypes, :City
|
1343
1345
|
|
1344
|
-
def initialize(begintime=nil, endtime=nil, tasktype=nil, sortfield=nil, ascending=nil, selectedfields=nil, offset=nil, limit=nil, taskid=nil, operators=nil, districts=nil, errortypes=nil)
|
1346
|
+
def initialize(begintime=nil, endtime=nil, tasktype=nil, sortfield=nil, ascending=nil, selectedfields=nil, offset=nil, limit=nil, taskid=nil, operators=nil, districts=nil, errortypes=nil, city=nil)
|
1345
1347
|
@BeginTime = begintime
|
1346
1348
|
@EndTime = endtime
|
1347
1349
|
@TaskType = tasktype
|
@@ -1354,6 +1356,7 @@ module TencentCloud
|
|
1354
1356
|
@Operators = operators
|
1355
1357
|
@Districts = districts
|
1356
1358
|
@ErrorTypes = errortypes
|
1359
|
+
@City = city
|
1357
1360
|
end
|
1358
1361
|
|
1359
1362
|
def deserialize(params)
|
@@ -1369,6 +1372,7 @@ module TencentCloud
|
|
1369
1372
|
@Operators = params['Operators']
|
1370
1373
|
@Districts = params['Districts']
|
1371
1374
|
@ErrorTypes = params['ErrorTypes']
|
1375
|
+
@City = params['City']
|
1372
1376
|
end
|
1373
1377
|
end
|
1374
1378
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.244
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|