tencentcloud-sdk-tics 3.0.589 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20181115/models.rb +11 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2082c660c45c9e3d25393789b183886090ec998a
4
- data.tar.gz: ba4b1b1ae683b4949d9aa3ddb0389fb02eb34aab
3
+ metadata.gz: 7c9a34bd38d7d9adfd8345c44bb1fc5bf807fca1
4
+ data.tar.gz: c156065e47a06365e4eec9803a2c293942418775
5
5
  SHA512:
6
- metadata.gz: 36282e07d11bb5f3eb18a617dade9fe150760b256055a093116630df17ede768c35d4613c1eef9397e030cf77e995a0c9c17f563c26f7326a72039871fc74f0c
7
- data.tar.gz: 9ff3cb1acb5006dc7f474376bc7d288a2cd1f364732e3b96e52854d6baa67433afeaba86cfc28de2644c19effbec08242fcba67edbc4269df0bb0b98d9895401
6
+ metadata.gz: 43d2aaa699bd645931217ce40de0ba135bb3331555a276b98a996e2cf9a0d17bd469ca8cd6ab0c521b2d015bc0d7a16a088a43e457cbc58256f8e0f4df144337
7
+ data.tar.gz: 9f78b63d2721e675f32699e79e789c0e52661718fe8a2d81b5a3879eea1ab11b04c3a6215ee792261db4feb347a3c38190f412c1b32b9375dcecb3f77018e040
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Option: Integer
26
26
 
27
27
  attr_accessor :Key, :Option
28
-
28
+
29
29
  def initialize(key=nil, option=nil)
30
30
  @Key = key
31
31
  @Option = option
@@ -73,7 +73,7 @@ module TencentCloud
73
73
  # @type RequestId: String
74
74
 
75
75
  attr_accessor :ReturnCode, :Result, :Confidence, :ThreatTypes, :Tags, :Intelligences, :Context, :RequestId
76
-
76
+
77
77
  def initialize(returncode=nil, result=nil, confidence=nil, threattypes=nil, tags=nil, intelligences=nil, context=nil, requestid=nil)
78
78
  @ReturnCode = returncode
79
79
  @Result = result
@@ -119,7 +119,7 @@ module TencentCloud
119
119
  # @type Option: Integer
120
120
 
121
121
  attr_accessor :Key, :Option
122
-
122
+
123
123
  def initialize(key=nil, option=nil)
124
124
  @Key = key
125
125
  @Option = option
@@ -153,7 +153,7 @@ module TencentCloud
153
153
  # @type RequestId: String
154
154
 
155
155
  attr_accessor :ReturnCode, :Result, :Confidence, :FileInfo, :Tags, :Intelligences, :Context, :RequestId
156
-
156
+
157
157
  def initialize(returncode=nil, result=nil, confidence=nil, fileinfo=nil, tags=nil, intelligences=nil, context=nil, requestid=nil)
158
158
  @ReturnCode = returncode
159
159
  @Result = result
@@ -206,7 +206,7 @@ module TencentCloud
206
206
  # @type Option: Integer
207
207
 
208
208
  attr_accessor :Key, :Option
209
-
209
+
210
210
  def initialize(key=nil, option=nil)
211
211
  @Key = key
212
212
  @Option = option
@@ -254,7 +254,7 @@ module TencentCloud
254
254
  # @type RequestId: String
255
255
 
256
256
  attr_accessor :ReturnCode, :Result, :Confidence, :ThreatTypes, :Tags, :Intelligences, :Context, :RequestId
257
-
257
+
258
258
  def initialize(returncode=nil, result=nil, confidence=nil, threattypes=nil, tags=nil, intelligences=nil, context=nil, requestid=nil)
259
259
  @ReturnCode = returncode
260
260
  @Result = result
@@ -302,7 +302,7 @@ module TencentCloud
302
302
  # @type Option: Integer
303
303
 
304
304
  attr_accessor :Key, :Type, :Option
305
-
305
+
306
306
  def initialize(key=nil, type=nil, option=nil)
307
307
  @Key = key
308
308
  @Type = type
@@ -358,7 +358,7 @@ module TencentCloud
358
358
  # @type RequestId: String
359
359
 
360
360
  attr_accessor :ReturnCode, :Result, :Confidence, :ThreatTypes, :Tags, :Status, :Context, :RequestId
361
-
361
+
362
362
  def initialize(returncode=nil, result=nil, confidence=nil, threattypes=nil, tags=nil, status=nil, context=nil, requestid=nil)
363
363
  @ReturnCode = returncode
364
364
  @Result = result
@@ -422,7 +422,7 @@ module TencentCloud
422
422
  # @type WhiteScore: String
423
423
 
424
424
  attr_accessor :DetectId, :DetectPriority, :EnginePriority, :FileExist, :FileForceUpload, :FileSize, :FileupTime, :FullVirusName, :IdcPosition, :Md5Type, :PeExist, :PeForceUpload, :SafeLevel, :ScanModiTime, :SubdetectId, :UserDefName, :VirusType, :WhiteScore
425
-
425
+
426
426
  def initialize(detectid=nil, detectpriority=nil, enginepriority=nil, fileexist=nil, fileforceupload=nil, filesize=nil, fileuptime=nil, fullvirusname=nil, idcposition=nil, md5type=nil, peexist=nil, peforceupload=nil, safelevel=nil, scanmoditime=nil, subdetectid=nil, userdefname=nil, virustype=nil, whitescore=nil)
427
427
  @DetectId = detectid
428
428
  @DetectPriority = detectpriority
@@ -476,7 +476,7 @@ module TencentCloud
476
476
  # @type Time: Integer
477
477
 
478
478
  attr_accessor :Source, :Stamp, :Time
479
-
479
+
480
480
  def initialize(source=nil, stamp=nil, time=nil)
481
481
  @Source = source
482
482
  @Stamp = stamp
@@ -498,7 +498,7 @@ module TencentCloud
498
498
  # @type Desc: String
499
499
 
500
500
  attr_accessor :Tag, :Desc
501
-
501
+
502
502
  def initialize(tag=nil, desc=nil)
503
503
  @Tag = tag
504
504
  @Desc = desc
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.589
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-09 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