tencentcloud-sdk-dataintegration 3.0.590 → 3.0.591

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: df5247f6d1959cd67146e060e79115fef55a251e
4
+ data.tar.gz: c099abe39dc2d4e5dc3c884407ebcec3da675fd3
5
5
  SHA512:
6
- metadata.gz: 5adb4508a1ac067cac0461fcc49910c9d0ddea7a49beb227c72cd702f1d3270d47ce85f54469cce4f22c65f342fe45442b50683bfbe00a9884556a4d957f20c5
7
- data.tar.gz: 38506678c750611adcaee176405fc7f0db5a7038a5c579b9aa2eab50076fd5440effbf9eb5376b603a16d769a766c97447b3ecca566dd3616dc4992daa6cbe4f
6
+ metadata.gz: b7c33e601d3e39580c7b529a9df2a53012ad67d4c99e55ee0a16b6ace6d772dc4c1706340871c4c0d7f11acf7da9047d3d520cfe44fdc3ee76d5132f9dd9e017
7
+ data.tar.gz: fadca4d1a01e2616946008420530c5068ce2be24cb9e121f4b471b02406b2c961dd760bc12cb0ef2ec0da8f9356df8fdb46101191a2be106576b5683dde468a1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -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.591
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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common