tencentcloud-sdk-lke 3.0.803 → 3.0.804

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: 769aec7a82b819d23181c47d07aa92121560def1
4
- data.tar.gz: 18b997fc28b005a29c802b2c238033163540635a
3
+ metadata.gz: 5e4c591e5a8b058fd7dc9ebf110efd237e4550ab
4
+ data.tar.gz: 7e4096487f10a104a8d59d63f230103cd745b6c9
5
5
  SHA512:
6
- metadata.gz: a83480e11c40aba861f6d78a2fbf5872986ea04d4418057247901752614b85dc60b690d69a9d88da1288bbce922062637498acf11582e51317742a474b340b20
7
- data.tar.gz: 1247f083c8c02705e8cb59eb7bb65e30044383ead23862254f14f87d4e68b8bc69973101cc0dd7742763411e54a0242a42343875b62be69a9fe25239afd5448d
6
+ metadata.gz: b594e7dd48ca0c17b536f3afd4b466905d7aa0f4fcca121b8795cc69458169b437d1510a1f962f7351dc0f2af814a1b2c7e92b2aa535acd2d0bdafb83cdefa43
7
+ data.tar.gz: 7fd83167d531f58a908ade973e3a96649689e3a570f57333ae6c414e1d15c8b501beeffb3ef6e039fd6fc6d708c0a142bbf9f92af1a7b84239cb8f9e09df426b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.803
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
metadata CHANGED
@@ -1,7 +1,7 @@
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.804
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud