tencentcloud-sdk-redis 3.0.614 → 3.0.616

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: 70b3471d957f2c860af4c873b7b33863a902421e
4
- data.tar.gz: c1a7f9e84ca68ec60f525afa7ece100b5656e245
3
+ metadata.gz: 020f82a8d63913b7791f4b28f9b3d88101142c58
4
+ data.tar.gz: 1898eb163fb3ee3c95cfaecf4ba05d8a9120b511
5
5
  SHA512:
6
- metadata.gz: 755887b552026215de85311d3012a423d03e59f1a60f89509f54ffa42f302964466b1eb2f04dfeaea664b4608a39a5475741ff27a042dd826a5477959867f5bb
7
- data.tar.gz: 324bd72989e99aa1cd892b6c0fcf87324ed91c1e3a86e41f9cdc7661273cb4aba7426ecb79500fa16648b3168a709bceb8a6621cea85c200d919e3c7b691c99b
6
+ metadata.gz: 2fc334400906a0c43cae683926f71b3cfe11391a30009e63c4dfd55da408f43b81620d494c0e3ad93c5d70674c30df1bf42479382ac64ddbf2fb896a6bc3bda2
7
+ data.tar.gz: ca4c8345bfaea01bf117e93721e5a417fd755247b92ff8ecafe30cb02375fc99af27588a5659e04ec21784fc5156dfd0e354f6637411332a2a217e37a1c14aaa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.614
1
+ 3.0.616
@@ -233,13 +233,13 @@ module TencentCloud
233
233
 
234
234
  # 备份文件下载信息
235
235
  class BackupDownloadInfo < TencentCloud::Common::AbstractModel
236
- # @param FileName: 备份文件名称
236
+ # @param FileName: 备份文件名称。
237
237
  # @type FileName: String
238
- # @param FileSize: 备份文件大小,单位B,如果为0,表示无效
238
+ # @param FileSize: 备份文件大小,单位B,如果为0,表示无效。
239
239
  # @type FileSize: Integer
240
- # @param DownloadUrl: 备份文件外网下载地址(6小时)
240
+ # @param DownloadUrl: 备份文件外网下载地址。下载地址的有效时长为6小时,过期后请重新获取。
241
241
  # @type DownloadUrl: String
242
- # @param InnerDownloadUrl: 备份文件内网下载地址(6小时)
242
+ # @param InnerDownloadUrl: 备份文件内网下载地址。下载地址的有效时长为6小时,过期后请重新获取。
243
243
  # @type InnerDownloadUrl: String
244
244
 
245
245
  attr_accessor :FileName, :FileSize, :DownloadUrl, :InnerDownloadUrl
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.614
4
+ version: 3.0.616
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-17 00:00:00.000000000 Z
11
+ date: 2023-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common