tencentcloud-sdk-cat 1.0.242 → 1.0.246
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/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: 602c83d42e00ceee746dd98066ae675be3a89368
|
4
|
+
data.tar.gz: e095cf3ea1fc7e571b224a25fc3741e09fca3f3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 545b3ca49fec2c4ea0d2c00eb1d0cfe1f1408b0ffae6616ee17ec492288ea9085f6abf69de7ca65d3f5b6566c9918275ce8e5ee1dc52db1cb4d373c34506ad7f
|
7
|
+
data.tar.gz: a5bc254179dfb5c7754c2b80d443ab903fb0ce18c9558a99eb8eafc668477a383ff05242ff845d1707c32fcba3e308cbfa43e958081a2faa9451628b2f5e4280
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.246
|
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.246
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|