tencentcloud-sdk-tav 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: efde1f9e2a568559c4433e6607a7529860ed8cc5
4
- data.tar.gz: 683165a6725de96663ea02aa549184899d97fa7b
3
+ metadata.gz: 24cb600b89ac5c4397b7d57f8ebdec0af10d75b6
4
+ data.tar.gz: 4093b693c3b8cd9f74fd645f5a4a8beda06eacec
5
5
  SHA512:
6
- metadata.gz: 12698b3065f9afcb69911164eae6d2726015975b25526f1462d7e66fd736dec9751317b3ece4d46202a108b97cb26548c0118658bfa24f9672cab050e3f149c2
7
- data.tar.gz: 363b62dd56aa92ada550e88422498ae403c4d0d790032e1553b6a62642827bde5cd9195c5a5a7fb7e9a38a4c0dec4038f35663f3f41e084a5c15016c55c438bf
6
+ metadata.gz: 8428e5af7885c651b8956ca2e0c59298368ad2194292ecde5c4e8e23f6b5b8387e7b8b1db4a16c7315dccb6093959cd86613ba80fc30a8b478f212862666ad91
7
+ data.tar.gz: 35c06d4c15b46d80008acf797e4ba9f11faba37ae7102e4610c5b65cb1c9476263cdddad24551a29c70ffcab24730fb8be4d3014e551be2f069abedb7069ed3a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -23,7 +23,7 @@ module TencentCloud
23
23
  # @type Key: String
24
24
 
25
25
  attr_accessor :Key
26
-
26
+
27
27
  def initialize(key=nil)
28
28
  @Key = key
29
29
  end
@@ -45,7 +45,7 @@ module TencentCloud
45
45
  # @type RequestId: String
46
46
 
47
47
  attr_accessor :Status, :Info, :Data, :RequestId
48
-
48
+
49
49
  def initialize(status=nil, info=nil, data=nil, requestid=nil)
50
50
  @Status = status
51
51
  @Info = info
@@ -69,7 +69,7 @@ module TencentCloud
69
69
  # @type Md5: String
70
70
 
71
71
  attr_accessor :Key, :Md5
72
-
72
+
73
73
  def initialize(key=nil, md5=nil)
74
74
  @Key = key
75
75
  @Md5 = md5
@@ -94,7 +94,7 @@ module TencentCloud
94
94
  # @type RequestId: String
95
95
 
96
96
  attr_accessor :Status, :Info, :Data, :RequestId
97
-
97
+
98
98
  def initialize(status=nil, info=nil, data=nil, requestid=nil)
99
99
  @Status = status
100
100
  @Info = info
@@ -122,7 +122,7 @@ module TencentCloud
122
122
  # @type SensitiveLevel: String
123
123
 
124
124
  attr_accessor :Key, :Md5s, :WithCategory, :SensitiveLevel
125
-
125
+
126
126
  def initialize(key=nil, md5s=nil, withcategory=nil, sensitivelevel=nil)
127
127
  @Key = key
128
128
  @Md5s = md5s
@@ -152,7 +152,7 @@ module TencentCloud
152
152
  # @type RequestId: String
153
153
 
154
154
  attr_accessor :Status, :Info, :Data, :RequestId
155
-
155
+
156
156
  def initialize(status=nil, info=nil, data=nil, requestid=nil)
157
157
  @Status = status
158
158
  @Info = info
@@ -178,7 +178,7 @@ module TencentCloud
178
178
  # @type Md5: String
179
179
 
180
180
  attr_accessor :Key, :Sample, :Md5
181
-
181
+
182
182
  def initialize(key=nil, sample=nil, md5=nil)
183
183
  @Key = key
184
184
  @Sample = sample
@@ -204,7 +204,7 @@ module TencentCloud
204
204
  # @type RequestId: String
205
205
 
206
206
  attr_accessor :Status, :Info, :Data, :RequestId
207
-
207
+
208
208
  def initialize(status=nil, info=nil, data=nil, requestid=nil)
209
209
  @Status = status
210
210
  @Info = info
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tav
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