tencentcloud-sdk-dlc 1.0.330 → 1.0.333

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: 172d66f9790c501daf8af221acd75f09234bf6b5
4
- data.tar.gz: 92256d7c6a6c9374fe37ade5572362561895659e
3
+ metadata.gz: d2a641730d2e832217e1a10fc43ae392154cea74
4
+ data.tar.gz: 53ebe91e70b7dbd3f579cdba6265028a029de143
5
5
  SHA512:
6
- metadata.gz: 4be684d24c9f7d75757de74a79f754cb14ff8b9439b0200c180e6ac343c8fe892b2c6578f052584a355e71bcb1274e6909adb6952c5261190734852f5a6cc056
7
- data.tar.gz: d287c782b99fc87991a2c498613b5e881f4b36ec348ee2ccc1925844a3485a5750bf32ab6273b0de452b5cd947673bfe5c59f8cc37cdea5d5af8d3b5d0d86937
6
+ metadata.gz: 210eb36f2328c3dc10230c5d1c506ada3d0f31c5c12cbc63f3b1ebaabd9bb3353188e55948f4d2f41cf810bedd69c57637331aec182acd0804daed4c9333616d
7
+ data.tar.gz: 415c2a838aa30e33b6833630d2e0f55e2cad2527b5c84c73d678039632d9ec5d03ed0e5f89058acb2d08c8cbb5d91ad67430282915f5325fd42c5d2138e78d77
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.330
1
+ 1.0.333
@@ -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.330
4
+ version: 1.0.333
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-09 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