tencentcloud-sdk-dsgc 3.0.799 → 3.0.800
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190723/models.rb +8 -8
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2cc768e2bdcd2641f65fc3bb39182508b44030c
|
4
|
+
data.tar.gz: 7d31021959d86cdb4af53178e1ee835fd6a359a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6efb64e789d996d9cd596224590cf758f37f9b8c109a715e09398be027bc4975963fe8c708f34759d8c97c40267e74541c9ce1b2a4320193b79c01db3e4a7283
|
7
|
+
data.tar.gz: 7e04441427e6eec54ff59b557f2999874da7b7759d53f5a84e3a3ffaadfb86e0682ea370a39a9eaf0294b1ccc0ca43680c0d8217a2d7d79ff422afbf89f8d81c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.800
|
data/lib/v20190723/models.rb
CHANGED
@@ -1411,12 +1411,12 @@ module TencentCloud
|
|
1411
1411
|
|
1412
1412
|
attr_accessor :DspaId, :Name, :TemplateId, :BusinessName, :BusinessDept, :BusinessOwner, :ComplianceId, :DiscoveryCondition, :Description
|
1413
1413
|
extend Gem::Deprecate
|
1414
|
-
deprecate :BusinessName, :none, 2024,
|
1415
|
-
deprecate :BusinessName=, :none, 2024,
|
1416
|
-
deprecate :BusinessDept, :none, 2024,
|
1417
|
-
deprecate :BusinessDept=, :none, 2024,
|
1418
|
-
deprecate :BusinessOwner, :none, 2024,
|
1419
|
-
deprecate :BusinessOwner=, :none, 2024,
|
1414
|
+
deprecate :BusinessName, :none, 2024, 4
|
1415
|
+
deprecate :BusinessName=, :none, 2024, 4
|
1416
|
+
deprecate :BusinessDept, :none, 2024, 4
|
1417
|
+
deprecate :BusinessDept=, :none, 2024, 4
|
1418
|
+
deprecate :BusinessOwner, :none, 2024, 4
|
1419
|
+
deprecate :BusinessOwner=, :none, 2024, 4
|
1420
1420
|
|
1421
1421
|
def initialize(dspaid=nil, name=nil, templateid=nil, businessname=nil, businessdept=nil, businessowner=nil, complianceid=nil, discoverycondition=nil, description=nil)
|
1422
1422
|
@DspaId = dspaid
|
@@ -10706,8 +10706,8 @@ module TencentCloud
|
|
10706
10706
|
|
10707
10707
|
attr_accessor :DspaId, :RiskLatestTableId, :Status, :Note, :ProcessPeople, :BathRiskIdList
|
10708
10708
|
extend Gem::Deprecate
|
10709
|
-
deprecate :RiskLatestTableId, :none, 2024,
|
10710
|
-
deprecate :RiskLatestTableId=, :none, 2024,
|
10709
|
+
deprecate :RiskLatestTableId, :none, 2024, 4
|
10710
|
+
deprecate :RiskLatestTableId=, :none, 2024, 4
|
10711
10711
|
|
10712
10712
|
def initialize(dspaid=nil, risklatesttableid=nil, status=nil, note=nil, processpeople=nil, bathriskidlist=nil)
|
10713
10713
|
@DspaId = dspaid
|