tencentcloud-sdk-habo 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: 4e723ff57d399426532c376c7cc99dc461181351
4
- data.tar.gz: 39137ff7c71a9abf350f043ddd781c866f7a68ea
3
+ metadata.gz: 561052a24cd760bae8d461ebcb5f7f66da490d86
4
+ data.tar.gz: 52132b6556ad2fb16d367cf74da5160e3272382a
5
5
  SHA512:
6
- metadata.gz: b8b4791829a3c3085cbc51ce4ad709a294414cbbef2db3537dcd4ae77a79ac98f4f61fe6832d970705e26725ddc9786c5280245c2cc752947219bd016296b1b0
7
- data.tar.gz: 8fabc934494ce5f9b7aef7051df94ddd54184a507661fea421c75dae0ccef1b9f6a7a4d6b1cd06b88348f7e9e6e86bd9251cfbdbda81c3ebac0ffdd148eefaf9
6
+ metadata.gz: af1d521b831ec923c854d07d0064681760c0490fcd36c323936696642853473e59204dd8dd24ddadfd67e5b5724a195b9ba9780f9f8a6ef7503b2e5b13eadd14
7
+ data.tar.gz: 29e7aa85775f0ae4fc8d75d5fb83c48f1c1cf8f9b03d7ecd7a2209debb38c74da0b3b76867b087ccfffa95bc33380584c8665228da994935df5485f4406e843e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Md5: String
26
26
 
27
27
  attr_accessor :Pk, :Md5
28
-
28
+
29
29
  def initialize(pk=nil, md5=nil)
30
30
  @Pk = pk
31
31
  @Md5 = md5
@@ -49,7 +49,7 @@ module TencentCloud
49
49
  # @type RequestId: String
50
50
 
51
51
  attr_accessor :Status, :Info, :Data, :RequestId
52
-
52
+
53
53
  def initialize(status=nil, info=nil, data=nil, requestid=nil)
54
54
  @Status = status
55
55
  @Info = info
@@ -75,7 +75,7 @@ module TencentCloud
75
75
  # @type DlUrl: String
76
76
 
77
77
  attr_accessor :Pk, :Md5, :DlUrl
78
-
78
+
79
79
  def initialize(pk=nil, md5=nil, dlurl=nil)
80
80
  @Pk = pk
81
81
  @Md5 = md5
@@ -101,7 +101,7 @@ module TencentCloud
101
101
  # @type RequestId: String
102
102
 
103
103
  attr_accessor :Status, :Info, :Data, :RequestId
104
-
104
+
105
105
  def initialize(status=nil, info=nil, data=nil, requestid=nil)
106
106
  @Status = status
107
107
  @Info = info
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-habo
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