tencentcloud-sdk-cloudaudit 1.0.202 → 1.0.206

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: 0c94d7df3f1f7ce0ca5a6db7ece5366a81ef1cd7
4
- data.tar.gz: 3697d690416c0211d33f6e5c793e2023672f74a3
3
+ metadata.gz: 9d51d5b28b427e98b44702c9fd824028aceb7024
4
+ data.tar.gz: 5f1826c40b40e1a98dd82a0f525f1afdaa5a1dc7
5
5
  SHA512:
6
- metadata.gz: d6d451d8f03c02c1cd4ffe910b24f22590a68d15cda8ffa67f2eff856a2b72f7d093929997841d74443dcbd73aaa07f326b03cce2e0014493bde9b8b6efc0a39
7
- data.tar.gz: d205c0c1ed23c83dcd67ee56270614b49bf9e951738a5d4a7dcfb3c06e5a96437a82b5a74a70d1fdf12b052c9eaef21a4ade7d9685fe9a134886646de094eb75
6
+ metadata.gz: 55c69f746b1429a29b1cf277a62e23e8ff997c239313f1e30b6b44d60d0f41a5d6aab84fdffb65faa55c2a585c0658d8f2741135caf4c162f9d6b83cd576a91e
7
+ data.tar.gz: 384576a99153f9b0efa5cd27d0db31e9cf4148f00b192d0177ca944e343560372b6da58535df2c0be94f821b9499af70c015622273b3b05cdf6a67b5ef49cb49
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.202
1
+ 1.0.206
@@ -373,15 +373,19 @@ module TencentCloud
373
373
  # @param Events: 日志集合
374
374
  # 注意:此字段可能返回 null,表示取不到有效值。
375
375
  # @type Events: Array
376
+ # @param TotalCount: 总数
377
+ # 注意:此字段可能返回 null,表示取不到有效值。
378
+ # @type TotalCount: Integer
376
379
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
377
380
  # @type RequestId: String
378
381
 
379
- attr_accessor :ListOver, :NextToken, :Events, :RequestId
382
+ attr_accessor :ListOver, :NextToken, :Events, :TotalCount, :RequestId
380
383
 
381
- def initialize(listover=nil, nexttoken=nil, events=nil, requestid=nil)
384
+ def initialize(listover=nil, nexttoken=nil, events=nil, totalcount=nil, requestid=nil)
382
385
  @ListOver = listover
383
386
  @NextToken = nexttoken
384
387
  @Events = events
388
+ @TotalCount = totalcount
385
389
  @RequestId = requestid
386
390
  end
387
391
 
@@ -396,6 +400,7 @@ module TencentCloud
396
400
  @Events << event_tmp
397
401
  end
398
402
  end
403
+ @TotalCount = params['TotalCount']
399
404
  @RequestId = params['RequestId']
400
405
  end
401
406
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cloudaudit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.202
4
+ version: 1.0.206
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common