tencentcloud-sdk-cdb 3.0.563 → 3.0.564

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: 12500d8977359a29299dcc455829ca6105bc0d9c
4
- data.tar.gz: e2cc63fad1a808e5a5b1cf27db20c5e4cbaf6e6f
3
+ metadata.gz: 38ec0de51fdeda53ace2939ea0ee84f66e87ce56
4
+ data.tar.gz: e8b96d6b3c6dbe17143e5e37db3082b8cf7e3c26
5
5
  SHA512:
6
- metadata.gz: a4007a7753f86f3eb4326ad46e78bc8d9156128e4671412f472060bd7f49f8b703e5b20c7a20477beb4476ee09da3bcee6e81af5b0e2bded93dd6a75ded61e8a
7
- data.tar.gz: ca8e9ae97f21c1dd52837f4aaf28e38ec896cd993bc1ca277b406e1f2d60896fcb5fdf9fc647edbac0f1226203bb6cf39f97dd99fd03b11a7702ea1ed316d9bc
6
+ metadata.gz: 705c1d630931cebc3176d0330a5928d0fb1130f2bb21012f5d5f9e5b9659e014ac3388177562b63e06ada54f5137507836b80a0541f969174ca5a833ae7edcf5
7
+ data.tar.gz: a85eb64dd630d15f0e2de2cca44771bca9d51522b1ed3cd31da789ce5add3ff0dbac4ed302d50c15070aedc3c6c405e27a7dfaa8d856346b1e01e421dbaa3764
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.563
1
+ 3.0.564
@@ -9931,10 +9931,13 @@ module TencentCloud
9931
9931
  # @type MaxFunc: String
9932
9932
  # @param MinFunc: 参数是公式类型时,该字段有效,表示公式类型最小值
9933
9933
  # @type MinFunc: String
9934
+ # @param IsNotSupportEdit: 参数是否不支持修改
9935
+ # 注意:此字段可能返回 null,表示取不到有效值。
9936
+ # @type IsNotSupportEdit: Boolean
9934
9937
 
9935
- attr_accessor :Name, :ParamType, :Default, :Description, :CurrentValue, :NeedReboot, :Max, :Min, :EnumValue, :MaxFunc, :MinFunc
9938
+ attr_accessor :Name, :ParamType, :Default, :Description, :CurrentValue, :NeedReboot, :Max, :Min, :EnumValue, :MaxFunc, :MinFunc, :IsNotSupportEdit
9936
9939
 
9937
- def initialize(name=nil, paramtype=nil, default=nil, description=nil, currentvalue=nil, needreboot=nil, max=nil, min=nil, enumvalue=nil, maxfunc=nil, minfunc=nil)
9940
+ def initialize(name=nil, paramtype=nil, default=nil, description=nil, currentvalue=nil, needreboot=nil, max=nil, min=nil, enumvalue=nil, maxfunc=nil, minfunc=nil, isnotsupportedit=nil)
9938
9941
  @Name = name
9939
9942
  @ParamType = paramtype
9940
9943
  @Default = default
@@ -9946,6 +9949,7 @@ module TencentCloud
9946
9949
  @EnumValue = enumvalue
9947
9950
  @MaxFunc = maxfunc
9948
9951
  @MinFunc = minfunc
9952
+ @IsNotSupportEdit = isnotsupportedit
9949
9953
  end
9950
9954
 
9951
9955
  def deserialize(params)
@@ -9960,6 +9964,7 @@ module TencentCloud
9960
9964
  @EnumValue = params['EnumValue']
9961
9965
  @MaxFunc = params['MaxFunc']
9962
9966
  @MinFunc = params['MinFunc']
9967
+ @IsNotSupportEdit = params['IsNotSupportEdit']
9963
9968
  end
9964
9969
  end
9965
9970
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.563
4
+ version: 3.0.564
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-01 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common