tencentcloud-sdk-dataintegration 3.0.590 → 3.0.592

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: c84c4f36d41d058c066b263cf107995aa0f2fb5b
4
- data.tar.gz: 26f77c817067bd5d54b042b157ee3deab3561fa0
3
+ metadata.gz: 71ba3fd6d3c90da4c68e169b72915f164c5d7f6f
4
+ data.tar.gz: 99c19e5d334f329ee1bc9de3d8615f4e3d66f9ba
5
5
  SHA512:
6
- metadata.gz: 5adb4508a1ac067cac0461fcc49910c9d0ddea7a49beb227c72cd702f1d3270d47ce85f54469cce4f22c65f342fe45442b50683bfbe00a9884556a4d957f20c5
7
- data.tar.gz: 38506678c750611adcaee176405fc7f0db5a7038a5c579b9aa2eab50076fd5440effbf9eb5376b603a16d769a766c97447b3ecca566dd3616dc4992daa6cbe4f
6
+ metadata.gz: 52639ed6aa8ed1cc3142b6555c556f1e897507dfe5cdb70445ffa84017d667af459c5dec24f9fee623e96d40b8a9c40e3fbd837c562360ce14d8d3fe298d53fd
7
+ data.tar.gz: c1c99e45abb4cf8b91c6868f9ad3bea7c76f9ac3f0e9e043a46e27805871137d7edc39cbff912ed41a4545bfda64b416476dc48396163ca8dc08b458a3a3d7fe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Key: String
26
26
 
27
27
  attr_accessor :Body, :Key
28
-
28
+
29
29
  def initialize(body=nil, key=nil)
30
30
  @Body = body
31
31
  @Key = key
@@ -45,7 +45,7 @@ module TencentCloud
45
45
  # @type Message: Array
46
46
 
47
47
  attr_accessor :DataHubId, :Message
48
-
48
+
49
49
  def initialize(datahubid=nil, message=nil)
50
50
  @DataHubId = datahubid
51
51
  @Message = message
@@ -72,7 +72,7 @@ module TencentCloud
72
72
  # @type RequestId: String
73
73
 
74
74
  attr_accessor :MessageId, :RequestId
75
-
75
+
76
76
  def initialize(messageid=nil, requestid=nil)
77
77
  @MessageId = messageid
78
78
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dataintegration
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common