tencentcloud-sdk-organization 3.0.1026 → 3.0.1027

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210331/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6dcfd1f14dd65221452e3715d36932a30aeb2bc0
4
- data.tar.gz: 9259592447777d3f1767d67924cd5a1dbf62e46b
3
+ metadata.gz: a577eafabae0993df9e0adc7a165759358d8bcaf
4
+ data.tar.gz: b695dfb6c2b96674313edcbdd194a7a3988ca2f7
5
5
  SHA512:
6
- metadata.gz: 15e7a84923f5f652aee0fe5569eaf0da40f2b948ae9034de71a8fe2efbf932dc27d1c611e91f47236a97cb4f9adbbc885c8484a7f87621c455746fe2268cdef0
7
- data.tar.gz: f88c3b909ac9d4835339bb115e12ec221d0e419a58a6eaabdc5a96e8547eabc71e891aad32e5d1071410fa83650eb512829ec2a1e57ca3195b5c79d7c33468c1
6
+ metadata.gz: ffc4cb763b93fd5b7f2628faee43d37ff2791160a078236d1e20afb73c897fb73b0dad060c9bf61c6ba52ee1799f93d744d7adb891c6721171fe14a57df2c395
7
+ data.tar.gz: 73e9f367afa530e47826df9c18d490ca9d763422f5a6e2acce71ceefe2677a2d3f77385f311f6cb91108d40f77ff74822997c636ae4f646a05d3bdcdf31cf19e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1026
1
+ 3.0.1027
@@ -2788,10 +2788,14 @@ module TencentCloud
2788
2788
  # @type Product: String
2789
2789
  # @param Tags: 成员标签搜索列表,最大10个
2790
2790
  # @type Tags: Array
2791
+ # @param NodeId: 组织单元ID
2792
+ # @type NodeId: Integer
2793
+ # @param NodeName: 组织单元名称
2794
+ # @type NodeName: String
2791
2795
 
2792
- attr_accessor :Offset, :Limit, :Lang, :SearchKey, :AuthName, :Product, :Tags
2796
+ attr_accessor :Offset, :Limit, :Lang, :SearchKey, :AuthName, :Product, :Tags, :NodeId, :NodeName
2793
2797
 
2794
- def initialize(offset=nil, limit=nil, lang=nil, searchkey=nil, authname=nil, product=nil, tags=nil)
2798
+ def initialize(offset=nil, limit=nil, lang=nil, searchkey=nil, authname=nil, product=nil, tags=nil, nodeid=nil, nodename=nil)
2795
2799
  @Offset = offset
2796
2800
  @Limit = limit
2797
2801
  @Lang = lang
@@ -2799,6 +2803,8 @@ module TencentCloud
2799
2803
  @AuthName = authname
2800
2804
  @Product = product
2801
2805
  @Tags = tags
2806
+ @NodeId = nodeid
2807
+ @NodeName = nodename
2802
2808
  end
2803
2809
 
2804
2810
  def deserialize(params)
@@ -2816,6 +2822,8 @@ module TencentCloud
2816
2822
  @Tags << tag_tmp
2817
2823
  end
2818
2824
  end
2825
+ @NodeId = params['NodeId']
2826
+ @NodeName = params['NodeName']
2819
2827
  end
2820
2828
  end
2821
2829
 
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.1026
4
+ version: 3.0.1027
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-03-24 00:00:00.000000000 Z
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common