tencentcloud-sdk-organization 3.0.572 → 3.0.573

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: 61c586381d68b4521d28ef653e296d85ddd894e3
4
- data.tar.gz: 28fe120a38f78dee4cf2ef2b7cca0bccd731c553
3
+ metadata.gz: 0b7d03699d7392f127c85706401c29717dc06811
4
+ data.tar.gz: 889f969b0b17326f8d2f182dc916bc3ed639fb33
5
5
  SHA512:
6
- metadata.gz: 27302ad0417fb5c1008a260a3743a21ba53c16520a5e592f157ba11bebe7a89cabbbbd05ddcd6edebf810ebb08119a3ae59e02e76a3837b60ee9cc3ba39e70cc
7
- data.tar.gz: 7333078b0b0702db5fd12026ec2a346ff5d15d0aab856f729512c57b4cfe09ca71a2c0d692d3d00631e50bf1e175bc3fd30a531bbfe718e409b006f72afc985e
6
+ metadata.gz: 51e2696a06ab38bf3c81de43a2c7a0accda0af236d75f81fa2ca66ead69f59731cba51862705ce83573448ff172b89dd0b64ae7129d70b8dce9a0a268cb22ca0
7
+ data.tar.gz: ea2989aa52ac5352535bd388629848523acd72c33c0a28c47ba8e7ce1c5450dd56956c69105ef9397daf447141042f1a49efce0b9a0c5aa30290e8d3ae05e734
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.572
1
+ 3.0.573
@@ -858,22 +858,25 @@ module TencentCloud
858
858
 
859
859
  # ListOrganizationIdentity请求参数结构体
860
860
  class ListOrganizationIdentityRequest < TencentCloud::Common::AbstractModel
861
- # @param Offset: 偏移量。
861
+ # @param Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
862
862
  # @type Offset: Integer
863
- # @param Limit: 限制数目。最大50
863
+ # @param Limit: 限制数目。取值范围:1~50。默认值:10。
864
864
  # @type Limit: Integer
865
865
  # @param SearchKey: 名称搜索关键字。
866
866
  # @type SearchKey: String
867
867
  # @param IdentityId: 身份ID搜索。
868
868
  # @type IdentityId: Integer
869
+ # @param IdentityType: 身份类型。取值范围 1-预设, 2-自定义
870
+ # @type IdentityType: Integer
869
871
 
870
- attr_accessor :Offset, :Limit, :SearchKey, :IdentityId
872
+ attr_accessor :Offset, :Limit, :SearchKey, :IdentityId, :IdentityType
871
873
 
872
- def initialize(offset=nil, limit=nil, searchkey=nil, identityid=nil)
874
+ def initialize(offset=nil, limit=nil, searchkey=nil, identityid=nil, identitytype=nil)
873
875
  @Offset = offset
874
876
  @Limit = limit
875
877
  @SearchKey = searchkey
876
878
  @IdentityId = identityid
879
+ @IdentityType = identitytype
877
880
  end
878
881
 
879
882
  def deserialize(params)
@@ -881,6 +884,7 @@ module TencentCloud
881
884
  @Limit = params['Limit']
882
885
  @SearchKey = params['SearchKey']
883
886
  @IdentityId = params['IdentityId']
887
+ @IdentityType = params['IdentityType']
884
888
  end
885
889
  end
886
890
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-organization
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.572
4
+ version: 3.0.573
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-18 00:00:00.000000000 Z
11
+ date: 2023-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common