tencentcloud-sdk-ess 3.0.994 → 3.0.996
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +0 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a7ac5ba3c172e2b2c7664a50cb076291e1dc675
|
4
|
+
data.tar.gz: 0e2bc3e36d768ec7eb49cfecb89cba2ebbd48605
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aadca64259b63c8de582419ce00f15128f74fdbf715f62da78692c0e1c6e4571c562c203a99f1d714d3d8b60a3bf2107fcd1376ea21b2fded3cd33f4a12358d1
|
7
|
+
data.tar.gz: 020e1b2bdb6b1bdcace65716aefe98cc60eba315f5d0f1101e9c3241eb9e3bc914af4049a4ba0392ae93a69e4a6a690784e9bc5461cbe868e5905b36fcb714f2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.996
|
data/lib/v20201111/models.rb
CHANGED
@@ -8216,22 +8216,16 @@ module TencentCloud
|
|
8216
8216
|
# DescribeOrganizationGroupOrganizations返回参数结构体
|
8217
8217
|
class DescribeOrganizationGroupOrganizationsResponse < TencentCloud::Common::AbstractModel
|
8218
8218
|
# @param Total: 符合查询条件的资源实例总数量。
|
8219
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8220
8219
|
# @type Total: Integer
|
8221
8220
|
# @param JoinedTotal: 已授权待激活的子企业总数量
|
8222
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8223
8221
|
# @type JoinedTotal: Integer
|
8224
8222
|
# @param ActivedTotal: 已加入的企业数量(废弃,请使用ActivatedTotal)
|
8225
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8226
8223
|
# @type ActivedTotal: Integer
|
8227
8224
|
# @param ExportUrl: 如果入参Export为 true 时使用,表示导出Excel的url
|
8228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8229
8225
|
# @type ExportUrl: String
|
8230
8226
|
# @param List: 成员企业信息列表
|
8231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8232
8227
|
# @type List: Array
|
8233
8228
|
# @param ActivatedTotal: 已加入的子企业总数量
|
8234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8235
8229
|
# @type ActivatedTotal: Integer
|
8236
8230
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8237
8231
|
# @type RequestId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ess
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.996
|
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-02-
|
11
|
+
date: 2025-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|