tencentcloud-sdk-dsgc 3.0.651 → 3.0.652
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 +8 -8
- 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: 504989b454f3828f6a6aa9d33bca084af2cecf3b
|
4
|
+
data.tar.gz: df36f011d79f531392b83d4fddf07efb266aee64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76ad8e5e3bb971341c29728584a7096b0059fdade7c4a39b01a5cab1fe1b19b8187e232627e518fd5dd275ac57e3aac13d0d62353cfc8e616d3dc76f605cae43
|
7
|
+
data.tar.gz: c5963d1c5e2a96e13aee337d5eaec62f3700c9849ca9b8126cc11006aeff3460fba2a2d8e71019108449b678ad68776330191c6f9347bb1e3f8a46e5beb33321
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.652
|
data/lib/v20190723/models.rb
CHANGED
@@ -1385,12 +1385,12 @@ module TencentCloud
|
|
1385
1385
|
|
1386
1386
|
attr_accessor :DspaId, :Name, :TemplateId, :BusinessName, :BusinessDept, :BusinessOwner, :ComplianceId, :DiscoveryCondition, :Description
|
1387
1387
|
extend Gem::Deprecate
|
1388
|
-
deprecate :BusinessName, :none, 2023,
|
1389
|
-
deprecate :BusinessName=, :none, 2023,
|
1390
|
-
deprecate :BusinessDept, :none, 2023,
|
1391
|
-
deprecate :BusinessDept=, :none, 2023,
|
1392
|
-
deprecate :BusinessOwner, :none, 2023,
|
1393
|
-
deprecate :BusinessOwner=, :none, 2023,
|
1388
|
+
deprecate :BusinessName, :none, 2023, 9
|
1389
|
+
deprecate :BusinessName=, :none, 2023, 9
|
1390
|
+
deprecate :BusinessDept, :none, 2023, 9
|
1391
|
+
deprecate :BusinessDept=, :none, 2023, 9
|
1392
|
+
deprecate :BusinessOwner, :none, 2023, 9
|
1393
|
+
deprecate :BusinessOwner=, :none, 2023, 9
|
1394
1394
|
|
1395
1395
|
def initialize(dspaid=nil, name=nil, templateid=nil, businessname=nil, businessdept=nil, businessowner=nil, complianceid=nil, discoverycondition=nil, description=nil)
|
1396
1396
|
@DspaId = dspaid
|
@@ -10577,8 +10577,8 @@ module TencentCloud
|
|
10577
10577
|
|
10578
10578
|
attr_accessor :DspaId, :RiskLatestTableId, :Status, :Note, :ProcessPeople, :BathRiskIdList
|
10579
10579
|
extend Gem::Deprecate
|
10580
|
-
deprecate :RiskLatestTableId, :none, 2023,
|
10581
|
-
deprecate :RiskLatestTableId=, :none, 2023,
|
10580
|
+
deprecate :RiskLatestTableId, :none, 2023, 9
|
10581
|
+
deprecate :RiskLatestTableId=, :none, 2023, 9
|
10582
10582
|
|
10583
10583
|
def initialize(dspaid=nil, risklatesttableid=nil, status=nil, note=nil, processpeople=nil, bathriskidlist=nil)
|
10584
10584
|
@DspaId = dspaid
|
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.652
|
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-09-
|
11
|
+
date: 2023-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|