tencentcloud-sdk-redis 3.0.614 → 3.0.615

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: f95f65b494788611d11df1fbeb280709aeae7710
4
+ data.tar.gz: a8a83c2cd74e653664fcc22521177ba77d60b6ca
5
5
  SHA512:
6
- metadata.gz: 755887b552026215de85311d3012a423d03e59f1a60f89509f54ffa42f302964466b1eb2f04dfeaea664b4608a39a5475741ff27a042dd826a5477959867f5bb
7
- data.tar.gz: 324bd72989e99aa1cd892b6c0fcf87324ed91c1e3a86e41f9cdc7661273cb4aba7426ecb79500fa16648b3168a709bceb8a6621cea85c200d919e3c7b691c99b
6
+ metadata.gz: 7f6af64f32240c09472d57272987a8168b0111c7477c4f09bd1845f9ddb07ad14b7097f17e4fcbfec0ed6aef1024b55b987cec9e1d634f8b821df718d64532b3
7
+ data.tar.gz: b370392fafc148f8862ff1aecef0b473900db0a92f8c94c8a209dd0becc4f91becec4dabfd77d2551b5e6381391b4a83c0beb0bd93d360066e54a105296d5522
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.614
1
+ 3.0.615
@@ -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.615
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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common