tencentcloud-sdk-lcic 3.0.949 → 3.0.950

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: e81d632762601449746d4c7b1f96e0b85d7e8247
4
- data.tar.gz: 75677532517598fb0dfcbdebda69453f36f6cc71
3
+ metadata.gz: 5c702242ed111e825590049dd47c55c4fa50c0f6
4
+ data.tar.gz: 315fc5690ac8d113511fe196d6fbd6b8359c7e41
5
5
  SHA512:
6
- metadata.gz: 2d2017f8d75abf3576252382929d9926c28962566497fd6e93583b0a9c9a04b5bb309bfb4525a83c62ceb4b1bfb9d5608e3a310d2ec47620e8adffbbcfc94595
7
- data.tar.gz: c11ed1b00246e8001b74caae08cbc62e8a44da47f8b93292349302b4baf6c7cf244abbe462448e13126d43385a97bded8600355d42b57685658d188118a9dffb
6
+ metadata.gz: 0123c519413b9febc072226606ccfd9d7dba8ce9a9cadb788c4eb4848cc5b150c52e4d7d3600abc0e535fb9ef59e5edc1c8133e29aaba79105394c7f689bde6e
7
+ data.tar.gz: d4369518a265a7e1ed8f60b4c8486c5ca4e39e2f04bc084e152988654c37087079b1342ae59633665e1922ccc0d2aa9ee35bf5b3cc18bf22302a4672d18f6b8a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.949
1
+ 3.0.950
@@ -2706,15 +2706,19 @@ module TencentCloud
2706
2706
  class DescribeUserRequest < TencentCloud::Common::AbstractModel
2707
2707
  # @param UserId: 用户Id。
2708
2708
  # @type UserId: String
2709
+ # @param OriginId: 客户端用户 id,如果未指定则为用户 id。
2710
+ # @type OriginId: String
2709
2711
 
2710
- attr_accessor :UserId
2712
+ attr_accessor :UserId, :OriginId
2711
2713
 
2712
- def initialize(userid=nil)
2714
+ def initialize(userid=nil, originid=nil)
2713
2715
  @UserId = userid
2716
+ @OriginId = originid
2714
2717
  end
2715
2718
 
2716
2719
  def deserialize(params)
2717
2720
  @UserId = params['UserId']
2721
+ @OriginId = params['OriginId']
2718
2722
  end
2719
2723
  end
2720
2724
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lcic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.949
4
+ version: 3.0.950
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-11-26 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common