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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7d4994e0243385d1c6c8d03daf3ccd7382bec37
4
- data.tar.gz: d53a46bda178bfe8776738ca3e7450565c71dac5
3
+ metadata.gz: 774057d4ab90fa451b6309098f275d13d43879be
4
+ data.tar.gz: ad44ffcbc59e9e5046e61c9f0f8e9bf454311bd4
5
5
  SHA512:
6
- metadata.gz: cfa467e344cea2dbc8ffa1454d5cafb71321b4703b37a1d9415905d8b34ce82d8c730b2667d560dfac32855ac6cfeceee54f49767dea4fd71880e8485e98e51e
7
- data.tar.gz: 407566b0395da943bb1135f6f2c640298c2a6243bc5255c37ac56c38619a2e629a94ce31c12d6b7e159c1d3eb78a8a90bdb85a0b8860b5819f263f1d293325d6
6
+ metadata.gz: 37b203a2ce3b23e02a80f6c0e9d48803942f9502206044f1225d72744a91775339f8e7c153a12f69fdd6045a6772575861abb4ff43a0e717e030af6bd391d8e4
7
+ data.tar.gz: 05e5bbe3f4387ef20164358b77fb1b07377cb4d4a08012d1d2892894235f45f4abba80c84787ab647b06681801c9fb485be39f4b7c25761a254f33855d1dc81e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1012
1
+ 3.0.1013
@@ -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.1012
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-05 00:00:00.000000000 Z
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