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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190319/models.rb +7 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d86a49b71b6d8978cb6d34dda62d2e32ae44fe5
|
|
4
|
+
data.tar.gz: 724939aa42b1654894c6e559f04ccbf37114ad9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a37c0efe6204edf9f6b6da70a4f81b9f3cb3d7cb54fe439df77f1846364846679360d15578ccd5ea99dbca8ce9d44f4ae16feceaf1f8afb85709c33988e8b76
|
|
7
|
+
data.tar.gz: 17ee4ecd8f151b42f4f805271690178f770e912da0ee03914882dc2b7a9c079d51a06dc5f60072c48746c5286c60eed2cc1feb0670e1453c2b6ab83ce054b0c8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1160
|
data/lib/v20190319/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|