tencentcloud-sdk-dcdb 3.0.1016 → 3.0.1017

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: 89a215d14fa06dc20112b0f7eabc69e2fe0c8452
4
- data.tar.gz: 5178534886d1cef4f634f65c1f31cf936e550338
3
+ metadata.gz: c7b6b8f2ac2a19223067c1bd24be179cd26c4140
4
+ data.tar.gz: 742d89fb7fe6ddbb9725795b0ff4e91c96469599
5
5
  SHA512:
6
- metadata.gz: 29e7c23616ae4b66586f5356579582e6434de37ef93d535332184070913803c1bcd5d4532e80c9ff4b9b5fde3a3ad2a92633056952358b4c4b65df5ce0f111ea
7
- data.tar.gz: 948952b3dea098523182bd420a46f0cc6e2cf6d0c1723b0d8e55abde902713a99ae4436971167a6061e53d9f52eb7bdfb65a3f0eab4579a8f191eefc2162be4b
6
+ metadata.gz: bfa489a0dfc5e3d66a6aab185d8abddf15c910ebbbe613c69b24d880b7affa59813aa1c0cbc1831b35176c880c4cc55a264f265f9f7f93d81d860621900a53d6
7
+ data.tar.gz: 85d9cfe344395b46178749b20686824441c35b16df19880ed560832937cea540ee3afd9a6d71bd4ffd07d81563d511d7530869e3209770458f405fb776d4000a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1016
1
+ 3.0.1017
@@ -2184,14 +2184,17 @@ module TencentCloud
2184
2184
  # @type Files: Array
2185
2185
  # @param TotalCount: 总条目数
2186
2186
  # @type TotalCount: Integer
2187
+ # @param UrlPrefix: 下载链接前缀
2188
+ # @type UrlPrefix: String
2187
2189
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2188
2190
  # @type RequestId: String
2189
2191
 
2190
- attr_accessor :Files, :TotalCount, :RequestId
2192
+ attr_accessor :Files, :TotalCount, :UrlPrefix, :RequestId
2191
2193
 
2192
- def initialize(files=nil, totalcount=nil, requestid=nil)
2194
+ def initialize(files=nil, totalcount=nil, urlprefix=nil, requestid=nil)
2193
2195
  @Files = files
2194
2196
  @TotalCount = totalcount
2197
+ @UrlPrefix = urlprefix
2195
2198
  @RequestId = requestid
2196
2199
  end
2197
2200
 
@@ -2205,6 +2208,7 @@ module TencentCloud
2205
2208
  end
2206
2209
  end
2207
2210
  @TotalCount = params['TotalCount']
2211
+ @UrlPrefix = params['UrlPrefix']
2208
2212
  @RequestId = params['RequestId']
2209
2213
  end
2210
2214
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dcdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1016
4
+ version: 3.0.1017
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-03-11 00:00:00.000000000 Z
11
+ date: 2025-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common