tencentcloud-sdk-dsgc 3.0.1049 → 3.0.1050
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190723/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48a3a6242516c583cd111fd1b0bf9e9a58b15c7f
|
4
|
+
data.tar.gz: e19ba6b2b1208122a28f78ad96f7693861a53a77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a8f75297f35162fb4b03c5ba60455b79479c997962bf8a84278a24919e35466bf41c5e5563cd334e84c67196741ead823b3bc76c3bcb84de1f4135bab6ce9dd
|
7
|
+
data.tar.gz: 08965b32925f985c80cb5146231568057181b674302b1b061923cb1b891b3df28f4fb786eb39ba043ed2624dfcb2a88cfa285a3b931619dfdd25f439fd7b7d85
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1050
|
data/lib/v20190723/models.rb
CHANGED
@@ -12466,16 +12466,19 @@ module TencentCloud
|
|
12466
12466
|
# @type ResultDescription: String
|
12467
12467
|
# @param Suggestion: 结果建议
|
12468
12468
|
# @type Suggestion: String
|
12469
|
+
# @param Progress: 扫描进度
|
12470
|
+
# @type Progress: Float
|
12469
12471
|
|
12470
|
-
attr_accessor :Id, :EndTime, :Status, :Result, :ResultDescription, :Suggestion
|
12472
|
+
attr_accessor :Id, :EndTime, :Status, :Result, :ResultDescription, :Suggestion, :Progress
|
12471
12473
|
|
12472
|
-
def initialize(id=nil, endtime=nil, status=nil, result=nil, resultdescription=nil, suggestion=nil)
|
12474
|
+
def initialize(id=nil, endtime=nil, status=nil, result=nil, resultdescription=nil, suggestion=nil, progress=nil)
|
12473
12475
|
@Id = id
|
12474
12476
|
@EndTime = endtime
|
12475
12477
|
@Status = status
|
12476
12478
|
@Result = result
|
12477
12479
|
@ResultDescription = resultdescription
|
12478
12480
|
@Suggestion = suggestion
|
12481
|
+
@Progress = progress
|
12479
12482
|
end
|
12480
12483
|
|
12481
12484
|
def deserialize(params)
|
@@ -12485,6 +12488,7 @@ module TencentCloud
|
|
12485
12488
|
@Result = params['Result']
|
12486
12489
|
@ResultDescription = params['ResultDescription']
|
12487
12490
|
@Suggestion = params['Suggestion']
|
12491
|
+
@Progress = params['Progress']
|
12488
12492
|
end
|
12489
12493
|
end
|
12490
12494
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dsgc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1050
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|