tencentcloud-sdk-tan 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: f498b978bb5a555037f41d0015098795a7d6fa58
4
- data.tar.gz: 575b62a265a940762399f55c43f374f5e36acba1
3
+ metadata.gz: 6d451ef7b38430eaf5cbc8caf441728b7af41983
4
+ data.tar.gz: 29ebcba2f03a95726635be5595e29f3986acb588
5
5
  SHA512:
6
- metadata.gz: 9bd7302e0c49266ea27c4d51fce81bfd1382d793217e3676e9d7a86393b93b29a1eae47ae3cedb287fd33e1f53e91a38e714b2ac6db040e0290fe74b47cbdb66
7
- data.tar.gz: c1cb3f513bb9ce264dc21a29b59b356d1181659f5381ed836513e43f4e86acedd78338ab22cd403cd2b28e92b2c94520cd72b79fee9a9bc939d1ca8da2ebbbfb
6
+ metadata.gz: 5450d64847a36c20b865ce2c95cf185b5ca90aa34abe3e8c2fa687d30823d59a0f3624ef156f3226cd06c1e5dcf5f45f164a289208458e0336b003cc9e1106d0
7
+ data.tar.gz: 25030b8111d42abb2f0cb0782d08f8f0c0fffcda1a63693838ff407bc6413edbe95167707200003db231e0e660f958c631c087b3fa61c1f5332e16788af45f3a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -27,7 +27,7 @@ module TencentCloud
27
27
  # @type Records: String
28
28
 
29
29
  attr_accessor :GroupId, :NodeId, :Records
30
-
30
+
31
31
  def initialize(groupid=nil, nodeid=nil, records=nil)
32
32
  @GroupId = groupid
33
33
  @NodeId = nodeid
@@ -47,7 +47,7 @@ module TencentCloud
47
47
  # @type RequestId: String
48
48
 
49
49
  attr_accessor :RequestId
50
-
50
+
51
51
  def initialize(requestid=nil)
52
52
  @RequestId = requestid
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tan
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