tencentcloud-sdk-lke 3.0.802 → 3.0.804

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: f1ce8275127e4535ecbd80b45c24e5fd6670d8d3
4
- data.tar.gz: 7413ffa987028c26e67ef27036d04d477af29ee4
3
+ metadata.gz: 5e4c591e5a8b058fd7dc9ebf110efd237e4550ab
4
+ data.tar.gz: 7e4096487f10a104a8d59d63f230103cd745b6c9
5
5
  SHA512:
6
- metadata.gz: c2609e0e4fbe41a3dcbbcb407497426a982475adca489088ee351e7e74183576d2e5fbadc89c3984f360dd1c410f0f6488ad07e11fb08851ba346af902eaad1d
7
- data.tar.gz: 5d134a5283fbcfe67068c0753d0ef1c18aa398185c751dfcecd92e83f5015f292a50342ee3aa6c5ecdc2e8074195d58b0c19cd9a181f62e25a3b23d82eb42e1c
6
+ metadata.gz: b594e7dd48ca0c17b536f3afd4b466905d7aa0f4fcca121b8795cc69458169b437d1510a1f962f7351dc0f2af814a1b2c7e92b2aa535acd2d0bdafb83cdefa43
7
+ data.tar.gz: 7fd83167d531f58a908ade973e3a96649689e3a570f57333ae6c414e1d15c8b501beeffb3ef6e039fd6fc6d708c0a142bbf9f92af1a7b84239cb8f9e09df426b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.802
1
+ 3.0.804
@@ -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
@@ -5834,7 +5838,7 @@ module TencentCloud
5834
5838
 
5835
5839
  # 任务参数
5836
5840
  class TaskParams < TencentCloud::Common::AbstractModel
5837
- # @param CosPath: 下载地址,需要通过cos桶临时秘钥去下载
5841
+ # @param CosPath: 下载地址,需要通过cos桶临时密钥去下载
5838
5842
  # 注意:此字段可能返回 null,表示取不到有效值。
5839
5843
  # @type CosPath: String
5840
5844
 
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.802
4
+ version: 3.0.804
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-12 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common