tencentcloud-sdk-controlcenter 3.0.1012 → 3.0.1013
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/v20230110/models.rb +0 -2
- 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: 774057d4ab90fa451b6309098f275d13d43879be
|
4
|
+
data.tar.gz: ad44ffcbc59e9e5046e61c9f0f8e9bf454311bd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37b203a2ce3b23e02a80f6c0e9d48803942f9502206044f1225d72744a91775339f8e7c153a12f69fdd6045a6772575861abb4ff43a0e717e030af6bd391d8e4
|
7
|
+
data.tar.gz: 05e5bbe3f4387ef20164358b77fb1b07377cb4d4a08012d1d2892894235f45f4abba80c84787ab647b06681801c9fb485be39f4b7c25761a254f33855d1dc81e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1013
|
data/lib/v20230110/models.rb
CHANGED
@@ -20,10 +20,8 @@ module TencentCloud
|
|
20
20
|
# 账号工厂基线配置项
|
21
21
|
class BaselineConfigItem < TencentCloud::Common::AbstractModel
|
22
22
|
# @param Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
23
|
# @type Identifier: String
|
25
24
|
# @param Configuration: 账号工厂基线项配置,不同基线项配置参数不同。
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
25
|
# @type Configuration: String
|
28
26
|
|
29
27
|
attr_accessor :Identifier, :Configuration
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-controlcenter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1013
|
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-
|
11
|
+
date: 2025-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|