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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d9346e3945d94b9fec8b73d172f38bc260b701d
4
- data.tar.gz: 5ac4a9207e14ede87c2ea5c8cc5779d54004a267
3
+ metadata.gz: 43b2c811643da487a2b0d3a87c6ba9682e305050
4
+ data.tar.gz: defa44ceb3455884ce44e40952e0aa90546739dc
5
5
  SHA512:
6
- metadata.gz: 1caa70923643b412e0545594356d8f05edf538281652ebba4e4c961342aee39caef2a406555087dd078ecac6b17c36a45c06b252610b3bf09c02876a8f0b7c98
7
- data.tar.gz: 843e29dfd72fa501cdd73208d236067a1695993f9e53ca2476fb6b45299fda441373c2e61d3ba7390ff8072b909a51b5ff83b845de6de195daac32647162839c
6
+ metadata.gz: a01bdf56d5f3e4381c2a59ea19232dea61ade7f8db582e24aef9d7d62f799ce66fb9c974ccd15517528b34f2a3017adb5c998a08658f6cf484faecccb442bcf0
7
+ data.tar.gz: 862e6d639eaaccbfd0bcf68a023a88a1a708e324474de0e404ea8f606fdd051fba7b0dd3928c558da339d6ad3cf820e500991fde26f9e888a25dccab7aff273b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1149
1
+ 3.0.1153
@@ -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.1149
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-09-28 00:00:00.000000000 Z
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/v20211206/client.rb
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: