tencentcloud-sdk-lke 3.0.803 → 3.0.805

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 769aec7a82b819d23181c47d07aa92121560def1
4
- data.tar.gz: 18b997fc28b005a29c802b2c238033163540635a
3
+ metadata.gz: b99b771faf47953cd88c91fb82ffaf97ea40c1e6
4
+ data.tar.gz: d4aecd2f74cb1bbdeaaa0043f3d8fce2e6efb655
5
5
  SHA512:
6
- metadata.gz: a83480e11c40aba861f6d78a2fbf5872986ea04d4418057247901752614b85dc60b690d69a9d88da1288bbce922062637498acf11582e51317742a474b340b20
7
- data.tar.gz: 1247f083c8c02705e8cb59eb7bb65e30044383ead23862254f14f87d4e68b8bc69973101cc0dd7742763411e54a0242a42343875b62be69a9fe25239afd5448d
6
+ metadata.gz: 3bf3c4fed14f68b8cc2a4ba42bce4e21791f3b0753c991f88f2463287b94d36b29b1a0c215c0bd852d6f82eaf2836b90448fd97698b185f3ed593cca09cacea4
7
+ data.tar.gz: 64455d67bdcd4cb8dd88fa4bdd1b6c755bd5d6aff53ff50315053be14c89b7c69b6bd9c511d6575f75ba2a4acdbc25163f8822cedbc057a8ea009e05a9833ddb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.803
1
+ 3.0.805
@@ -1871,18 +1871,20 @@ module TencentCloud
1871
1871
  # @type Bucket: String
1872
1872
  # @param Region: 对象存储可用区
1873
1873
  # @type Region: String
1874
- # @param FilePath: 目录
1874
+ # @param FilePath: 文件存储目录
1875
1875
  # @type FilePath: String
1876
1876
  # @param Type: 存储类型
1877
1877
  # @type Type: String
1878
1878
  # @param CorpUin: 主号
1879
1879
  # @type CorpUin: String
1880
+ # @param ImagePath: 图片存储目录
1881
+ # @type ImagePath: String
1880
1882
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1881
1883
  # @type RequestId: String
1882
1884
 
1883
- attr_accessor :Credentials, :ExpiredTime, :StartTime, :Bucket, :Region, :FilePath, :Type, :CorpUin, :RequestId
1885
+ attr_accessor :Credentials, :ExpiredTime, :StartTime, :Bucket, :Region, :FilePath, :Type, :CorpUin, :ImagePath, :RequestId
1884
1886
 
1885
- def initialize(credentials=nil, expiredtime=nil, starttime=nil, bucket=nil, region=nil, filepath=nil, type=nil, corpuin=nil, requestid=nil)
1887
+ def initialize(credentials=nil, expiredtime=nil, starttime=nil, bucket=nil, region=nil, filepath=nil, type=nil, corpuin=nil, imagepath=nil, requestid=nil)
1886
1888
  @Credentials = credentials
1887
1889
  @ExpiredTime = expiredtime
1888
1890
  @StartTime = starttime
@@ -1891,6 +1893,7 @@ module TencentCloud
1891
1893
  @FilePath = filepath
1892
1894
  @Type = type
1893
1895
  @CorpUin = corpuin
1896
+ @ImagePath = imagepath
1894
1897
  @RequestId = requestid
1895
1898
  end
1896
1899
 
@@ -1906,6 +1909,7 @@ module TencentCloud
1906
1909
  @FilePath = params['FilePath']
1907
1910
  @Type = params['Type']
1908
1911
  @CorpUin = params['CorpUin']
1912
+ @ImagePath = params['ImagePath']
1909
1913
  @RequestId = params['RequestId']
1910
1914
  end
1911
1915
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.803
4
+ version: 3.0.805
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-15 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common