tencentcloud-sdk-dlc 1.0.331 → 1.0.332

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: 00b8b55c6d9653efe2c18d7ce1d5e8e695571a5b
4
- data.tar.gz: 3256f038e2925303e601025263018b89148dfc62
3
+ metadata.gz: 71c4d809d9554f6f87afb0e1cfc13a4bebe3822a
4
+ data.tar.gz: 134d516757434895f5303a136e7452a7745ad54e
5
5
  SHA512:
6
- metadata.gz: ce06d8e42af5ba297af297d17fde20163101f8ad2c41b872118004fcb05f78e335c927666df67b5281db4f7e14c468688d97e0a47b6acf0bd2b0d7e34b0d28aa
7
- data.tar.gz: 4d40714deffd16d92ac7a08578fb159b85975891421e340f56aefa009db4834bb69e4dd27664340f81914fce2377c4bd28de081d3f513985b0253a89cdc2930c
6
+ metadata.gz: 77606534fa89a52f7db373204b02d520f2051f52f1fc50f4f18bddae4a30ef8eef18990e64cdbcadbedd77bb396c68dc80e09a8ca4845794b71f9e53624059f9
7
+ data.tar.gz: 1f46a9a9948c4cc7cd469f1eb5d252bd36fc75a2f111615a6b376ba3f812f3fccdc8de64ce45365c54e8307a095679007d9964a15d9f25f00f976003ae8145a6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.331
1
+ 1.0.332
@@ -290,10 +290,13 @@ module TencentCloud
290
290
  # @param ModifiedTime: 字段修改时间
291
291
  # 注意:此字段可能返回 null,表示取不到有效值。
292
292
  # @type ModifiedTime: String
293
+ # @param IsPartition: 是否为分区字段
294
+ # 注意:此字段可能返回 null,表示取不到有效值。
295
+ # @type IsPartition: Boolean
293
296
 
294
- attr_accessor :Name, :Type, :Comment, :Precision, :Scale, :Nullable, :Position, :CreateTime, :ModifiedTime
297
+ attr_accessor :Name, :Type, :Comment, :Precision, :Scale, :Nullable, :Position, :CreateTime, :ModifiedTime, :IsPartition
295
298
 
296
- def initialize(name=nil, type=nil, comment=nil, precision=nil, scale=nil, nullable=nil, position=nil, createtime=nil, modifiedtime=nil)
299
+ def initialize(name=nil, type=nil, comment=nil, precision=nil, scale=nil, nullable=nil, position=nil, createtime=nil, modifiedtime=nil, ispartition=nil)
297
300
  @Name = name
298
301
  @Type = type
299
302
  @Comment = comment
@@ -303,6 +306,7 @@ module TencentCloud
303
306
  @Position = position
304
307
  @CreateTime = createtime
305
308
  @ModifiedTime = modifiedtime
309
+ @IsPartition = ispartition
306
310
  end
307
311
 
308
312
  def deserialize(params)
@@ -315,6 +319,7 @@ module TencentCloud
315
319
  @Position = params['Position']
316
320
  @CreateTime = params['CreateTime']
317
321
  @ModifiedTime = params['ModifiedTime']
322
+ @IsPartition = params['IsPartition']
318
323
  end
319
324
  end
320
325
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dlc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.331
4
+ version: 1.0.332
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-13 00:00:00.000000000 Z
11
+ date: 2022-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common