tencentcloud-sdk-dlc 1.0.329 → 1.0.332
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/v20210125/models.rb +7 -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: 71c4d809d9554f6f87afb0e1cfc13a4bebe3822a
|
4
|
+
data.tar.gz: 134d516757434895f5303a136e7452a7745ad54e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77606534fa89a52f7db373204b02d520f2051f52f1fc50f4f18bddae4a30ef8eef18990e64cdbcadbedd77bb396c68dc80e09a8ca4845794b71f9e53624059f9
|
7
|
+
data.tar.gz: 1f46a9a9948c4cc7cd469f1eb5d252bd36fc75a2f111615a6b376ba3f812f3fccdc8de64ce45365c54e8307a095679007d9964a15d9f25f00f976003ae8145a6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.332
|
data/lib/v20210125/models.rb
CHANGED
@@ -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.
|
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-
|
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
|