tencentcloud-sdk-dts 3.0.1149 → 3.0.1153
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/v20211206/models.rb +6 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43b2c811643da487a2b0d3a87c6ba9682e305050
|
4
|
+
data.tar.gz: defa44ceb3455884ce44e40952e0aa90546739dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a01bdf56d5f3e4381c2a59ea19232dea61ade7f8db582e24aef9d7d62f799ce66fb9c974ccd15517528b34f2a3017adb5c998a08658f6cf484faecccb442bcf0
|
7
|
+
data.tar.gz: 862e6d639eaaccbfd0bcf68a023a88a1a708e324474de0e404ea8f606fdd051fba7b0dd3928c558da339d6ad3cf820e500991fde26f9e888a25dccab7aff273b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1153
|
data/lib/v20211206/models.rb
CHANGED
@@ -3367,18 +3367,21 @@ module TencentCloud
|
|
3367
3367
|
# @type SrcItem: String
|
3368
3368
|
# @param DstItem: 目标端值
|
3369
3369
|
# @type DstItem: String
|
3370
|
+
# @param CreatedAt: 创建时间
|
3371
|
+
# @type CreatedAt: String
|
3370
3372
|
# @param UpdatedAt: 更新时间
|
3371
3373
|
# @type UpdatedAt: String
|
3372
3374
|
|
3373
|
-
attr_accessor :Db, :Table, :SrcChunk, :DstChunk, :SrcItem, :DstItem, :UpdatedAt
|
3375
|
+
attr_accessor :Db, :Table, :SrcChunk, :DstChunk, :SrcItem, :DstItem, :CreatedAt, :UpdatedAt
|
3374
3376
|
|
3375
|
-
def initialize(db=nil, table=nil, srcchunk=nil, dstchunk=nil, srcitem=nil, dstitem=nil, updatedat=nil)
|
3377
|
+
def initialize(db=nil, table=nil, srcchunk=nil, dstchunk=nil, srcitem=nil, dstitem=nil, createdat=nil, updatedat=nil)
|
3376
3378
|
@Db = db
|
3377
3379
|
@Table = table
|
3378
3380
|
@SrcChunk = srcchunk
|
3379
3381
|
@DstChunk = dstchunk
|
3380
3382
|
@SrcItem = srcitem
|
3381
3383
|
@DstItem = dstitem
|
3384
|
+
@CreatedAt = createdat
|
3382
3385
|
@UpdatedAt = updatedat
|
3383
3386
|
end
|
3384
3387
|
|
@@ -3389,6 +3392,7 @@ module TencentCloud
|
|
3389
3392
|
@DstChunk = params['DstChunk']
|
3390
3393
|
@SrcItem = params['SrcItem']
|
3391
3394
|
@DstItem = params['DstItem']
|
3395
|
+
@CreatedAt = params['CreatedAt']
|
3392
3396
|
@UpdatedAt = params['UpdatedAt']
|
3393
3397
|
end
|
3394
3398
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1153
|
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-
|
11
|
+
date: 2025-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,11 +33,11 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
+
- lib/v20211206/models.rb
|
37
|
+
- lib/v20211206/client.rb
|
36
38
|
- lib/tencentcloud-sdk-dts.rb
|
37
|
-
- lib/v20180330/client.rb
|
38
39
|
- lib/v20180330/models.rb
|
39
|
-
- lib/
|
40
|
-
- lib/v20211206/models.rb
|
40
|
+
- lib/v20180330/client.rb
|
41
41
|
- lib/VERSION
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
43
43
|
licenses:
|