tencentcloud-sdk-cloudaudit 3.0.1108 → 3.0.1160

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: 681fbb48b179c30f6f2734eea573c0b30bcfc664
4
- data.tar.gz: 632b1117c586f97604bbcbc4d1d9c317ede4a1fd
3
+ metadata.gz: 9d86a49b71b6d8978cb6d34dda62d2e32ae44fe5
4
+ data.tar.gz: 724939aa42b1654894c6e559f04ccbf37114ad9e
5
5
  SHA512:
6
- metadata.gz: ee77f61d568a08ba877708f893538584592a065bd7b67946ae1f1b04d027a5159ca3069260efef52bdb3c92747f7fd99b68d13d74821861f8d7b89fd3a7a9546
7
- data.tar.gz: 626aaa2d25392a66e9150dbb9cd9669d1391b70a2f8ffb1f551a8c735d9b686ba665b03dc868745e3d4b012ae76d22352cf4cf508d3bc07994e45b87904919c4
6
+ metadata.gz: 9a37c0efe6204edf9f6b6da70a4f81b9f3cb3d7cb54fe439df77f1846364846679360d15578ccd5ea99dbca8ce9d44f4ae16feceaf1f8afb85709c33988e8b76
7
+ data.tar.gz: 17ee4ecd8f151b42f4f805271690178f770e912da0ee03914882dc2b7a9c079d51a06dc5f60072c48746c5286c60eed2cc1feb0670e1453c2b6ab83ce054b0c8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1108
1
+ 3.0.1160
@@ -1297,16 +1297,20 @@ module TencentCloud
1297
1297
  # @type StorageAccountId: String
1298
1298
  # @param StorageAppId: 被指定存储用户appid
1299
1299
  # @type StorageAppId: String
1300
+ # @param Compress: 是否压缩。
1301
+ # 1:压缩 2:不压缩
1302
+ # @type Compress: Integer
1300
1303
 
1301
- attr_accessor :StorageType, :StorageRegion, :StorageName, :StoragePrefix, :StorageAccountId, :StorageAppId
1304
+ attr_accessor :StorageType, :StorageRegion, :StorageName, :StoragePrefix, :StorageAccountId, :StorageAppId, :Compress
1302
1305
 
1303
- def initialize(storagetype=nil, storageregion=nil, storagename=nil, storageprefix=nil, storageaccountid=nil, storageappid=nil)
1306
+ def initialize(storagetype=nil, storageregion=nil, storagename=nil, storageprefix=nil, storageaccountid=nil, storageappid=nil, compress=nil)
1304
1307
  @StorageType = storagetype
1305
1308
  @StorageRegion = storageregion
1306
1309
  @StorageName = storagename
1307
1310
  @StoragePrefix = storageprefix
1308
1311
  @StorageAccountId = storageaccountid
1309
1312
  @StorageAppId = storageappid
1313
+ @Compress = compress
1310
1314
  end
1311
1315
 
1312
1316
  def deserialize(params)
@@ -1316,6 +1320,7 @@ module TencentCloud
1316
1320
  @StoragePrefix = params['StoragePrefix']
1317
1321
  @StorageAccountId = params['StorageAccountId']
1318
1322
  @StorageAppId = params['StorageAppId']
1323
+ @Compress = params['Compress']
1319
1324
  end
1320
1325
  end
1321
1326
 
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: 3.0.1108
4
+ version: 3.0.1160
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-24 00:00:00.000000000 Z
11
+ date: 2025-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20190319/client.rb
37
36
  - lib/v20190319/models.rb
37
+ - lib/v20190319/client.rb
38
38
  - lib/tencentcloud-sdk-cloudaudit.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby