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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ec1abd32a57bea53f4f47922c65792bbaa664f4
4
- data.tar.gz: 5aa479b91c0cc0e694a4d537dced127f19b51bf7
3
+ metadata.gz: 602c83d42e00ceee746dd98066ae675be3a89368
4
+ data.tar.gz: e095cf3ea1fc7e571b224a25fc3741e09fca3f3a
5
5
  SHA512:
6
- metadata.gz: 13b2438ec82c150a32742acdbdd67ba5f6e52c58b4e06b369e1901b7d30a115ca5501823821ea579b60145e7cada69dc5a2cd9b2941211ae063fb60c6a18a028
7
- data.tar.gz: 211bf888d7e068508f7c59de20301b98a8a8336c01576443aee96a4e722d8c6e020f8619c3aee45d1dd86b8e02be387ea5c5d8e9539f371f9f307d0803517985
6
+ metadata.gz: 545b3ca49fec2c4ea0d2c00eb1d0cfe1f1408b0ffae6616ee17ec492288ea9085f6abf69de7ca65d3f5b6566c9918275ce8e5ee1dc52db1cb4d373c34506ad7f
7
+ data.tar.gz: a5bc254179dfb5c7754c2b80d443ab903fb0ce18c9558a99eb8eafc668477a383ff05242ff845d1707c32fcba3e308cbfa43e958081a2faa9451628b2f5e4280
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.242
1
+ 1.0.246
@@ -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.242
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-14 00:00:00.000000000 Z
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