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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ee1e6bb1379982a6204f768f0557fdfbb6d2afd
4
- data.tar.gz: 777ba391960d40600dfdb6822170b17ad47f5777
3
+ metadata.gz: ccf223ea9e4b1953ce6b549eb87566186611e2a1
4
+ data.tar.gz: 2a5b1b96e74f94661ff1bf3081d5b4cf1ba77e39
5
5
  SHA512:
6
- metadata.gz: e670d18b1eb2e5a75444194d0fd687fb48ffbd8287d74305cadb98ac7693745af36431b28e14bea5d13afb43d4a2cc0a0206cc7f371345052aa99b88525b226c
7
- data.tar.gz: 8760dc55db5f25d45c55c5add2973df6e04e13202557b011b1a08a573e0e1b6dde777de02967dfcf1757a552ddd7ac61e8539f63a314970043c4cb443a70a1ec
6
+ metadata.gz: 6dfe1b7bcb02c440054ff4979fc3bcfa70589ad36225c4c55d462d0b0c9a61784d48a64a6cf29c6b3820cade07e75909dbacd913b70d6af463076b3fc99dca4e
7
+ data.tar.gz: dd92ea24b89812809d8527da0191469c0fe7f031fd22c1f945e87aae9d73506e226c69cf8e068248850f004f31a2b669e91e0887a4eed26ee4d4f81a3d5a33b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.243
1
+ 1.0.244
@@ -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.243
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-17 00:00:00.000000000 Z
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