tencentcloud-sdk-tics 3.0.778 → 3.0.780

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: 45ad4e75c626e06f6dc759d34b943ddc547bc42c
4
- data.tar.gz: fc68231f75693b0b532aa7aee83a1f0d77f67bc8
3
+ metadata.gz: 666664143687c0ee9bf88b2094c8e4f765856da1
4
+ data.tar.gz: 96de35939e6318c811916b2b5847b03fcd50e6fc
5
5
  SHA512:
6
- metadata.gz: d23864f9c29a9361cbd248611d83ff0d7f5fb80c3e09dfb73540c7ab72bd14259d830ea54009f0e72fae50a06d35a72cffcf79fa7887b88913d4b3ab690874c0
7
- data.tar.gz: 2d77aa1bebb8b9678d86964b4f7ce93ac5581e81bedd0857c182ba2269ce6f8e61401869ee59d07e708996d6caa5b0386694caf4405c186c4e09eecd2fba956d
6
+ metadata.gz: 2c8171676f696bd4f631e7346e17433e0570024e8225dba701571d8b8efa42975db52e98d911385e2726d4e24d763821223c862a1f65c69742a2095c06ea3003
7
+ data.tar.gz: 276eb3899f6c226b4cdbf7da9dd0482a436f19f7289697733a9da8fe589e5bcaa74bd5b5ab3774a79da8d7aa400bfb5f4c22ee5e93a1d9a1542a5682e39a1bf3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.778
1
+ 3.0.780
@@ -69,7 +69,7 @@ module TencentCloud
69
69
  # @type Intelligences: Array
70
70
  # @param Context: 情报相关的上下文
71
71
  # @type Context: String
72
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
72
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
73
73
  # @type RequestId: String
74
74
 
75
75
  attr_accessor :ReturnCode, :Result, :Confidence, :ThreatTypes, :Tags, :Intelligences, :Context, :RequestId
@@ -149,7 +149,7 @@ module TencentCloud
149
149
  # @type Intelligences: Array
150
150
  # @param Context: 情报相关的上下文
151
151
  # @type Context: String
152
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
152
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
153
153
  # @type RequestId: String
154
154
 
155
155
  attr_accessor :ReturnCode, :Result, :Confidence, :FileInfo, :Tags, :Intelligences, :Context, :RequestId
@@ -250,7 +250,7 @@ module TencentCloud
250
250
  # @type Intelligences: Array
251
251
  # @param Context: 情报相关的上下文
252
252
  # @type Context: String
253
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
253
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
254
254
  # @type RequestId: String
255
255
 
256
256
  attr_accessor :ReturnCode, :Result, :Confidence, :ThreatTypes, :Tags, :Intelligences, :Context, :RequestId
@@ -354,7 +354,7 @@ module TencentCloud
354
354
  # @param Context: 情报相关的上下文,参数option=1 的时候提供
355
355
  # 每个数据默认为3 条
356
356
  # @type Context: String
357
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
357
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
358
358
  # @type RequestId: String
359
359
 
360
360
  attr_accessor :ReturnCode, :Result, :Confidence, :ThreatTypes, :Tags, :Status, :Context, :RequestId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tics
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.778
4
+ version: 3.0.780
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-11 00:00:00.000000000 Z
11
+ date: 2024-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20181115/models.rb
37
36
  - lib/v20181115/client.rb
37
+ - lib/v20181115/models.rb
38
38
  - lib/tencentcloud-sdk-tics.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby