tencentcloud-sdk-cfs 3.0.1048 → 3.0.1050

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: 0456ae57eb748a14182acc741da27ca4545bd915
4
- data.tar.gz: 059e65d1f67005a0060befb7ca55fbfbb75d68ed
3
+ metadata.gz: 4bafbff09e5a901c3ea58ae2447034802cfd4fd9
4
+ data.tar.gz: cb19712798f392df9abf10f4684bdcf918681c38
5
5
  SHA512:
6
- metadata.gz: fbd9cb88c53ed2cabda4c323470c9b5ebc256bd40ffa561dc2fcb27842a9dced1199a70ac40bf11309fd1e239c7eda48a673e168328ac937a21890f147b78d63
7
- data.tar.gz: 7648cfdf35f579ee3e53ac7ebb0e0f6537ab11d629c2ba14ec57781ccc791c61e55d363b9fa38a1dcb458eb17e41e93e4af1b62943982f6df647831ebc693745
6
+ metadata.gz: 175ae869d80cc4da3218622d7ae7a3f411f748fa5ac5aba984f277057a9da9ff40eca9d9250f79da93d62d195ac02777ac85e7ab8a82b10dbd66d0996f745185
7
+ data.tar.gz: ed3c9038efa472b25bcf823bfc4bd16cc0e6e756f4dbd75bfb5372afdf710924f69af15acce89c11441c59df5f3e2ab48bc21a4fdb33b0ef6f9bdea40baa99b1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1048
1
+ 3.0.1050
@@ -2543,16 +2543,20 @@ module TencentCloud
2543
2543
 
2544
2544
  # SetUserQuota返回参数结构体
2545
2545
  class SetUserQuotaResponse < TencentCloud::Common::AbstractModel
2546
+ # @param UserId: UID/GID信息
2547
+ # @type UserId: String
2546
2548
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2547
2549
  # @type RequestId: String
2548
2550
 
2549
- attr_accessor :RequestId
2551
+ attr_accessor :UserId, :RequestId
2550
2552
 
2551
- def initialize(requestid=nil)
2553
+ def initialize(userid=nil, requestid=nil)
2554
+ @UserId = userid
2552
2555
  @RequestId = requestid
2553
2556
  end
2554
2557
 
2555
2558
  def deserialize(params)
2559
+ @UserId = params['UserId']
2556
2560
  @RequestId = params['RequestId']
2557
2561
  end
2558
2562
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1048
4
+ version: 3.0.1050
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-04-26 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common