tencentcloud-sdk-dsgc 3.0.1056 → 3.0.1057
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: ea2463718d85f465525c1d3cb072c0c6bce743e2
|
4
|
+
data.tar.gz: bb78d45fa860f838d6429e385e6433f338c3db1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5192f0dfd61204023cb5a517c01603898f86041b65ddc7db640dbdae412527d93ab897ae979069f554c1fd798d98bd20a07367336d5716ae293f5af7964378b2
|
7
|
+
data.tar.gz: 8832be3edaae0edb45b9d209e4b5941c2c282dee5dc36235d809b66dedfeec6b992e5714a1c01cb9b40fd23d069a0b73b963f01d26950c0b780c6664b61261c9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1057
|
data/lib/v20190723/models.rb
CHANGED
@@ -8820,6 +8820,8 @@ module TencentCloud
|
|
8820
8820
|
|
8821
8821
|
# 分类分级任务相关信息
|
8822
8822
|
class DspaDiscoveryTask < TencentCloud::Common::AbstractModel
|
8823
|
+
# @param TaskId: 任务ID
|
8824
|
+
# @type TaskId: Integer
|
8823
8825
|
# @param Name: 任务名称
|
8824
8826
|
# @type Name: String
|
8825
8827
|
# @param Description: 任务描述
|
@@ -8844,9 +8846,10 @@ module TencentCloud
|
|
8844
8846
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8845
8847
|
# @type ComplianceUpdate: Boolean
|
8846
8848
|
|
8847
|
-
attr_accessor :Name, :Description, :Period, :Plan, :Enable, :DataSourceInfo, :GeneralRuleSetEnable, :Result, :TimingStartTime, :ComplianceUpdate
|
8849
|
+
attr_accessor :TaskId, :Name, :Description, :Period, :Plan, :Enable, :DataSourceInfo, :GeneralRuleSetEnable, :Result, :TimingStartTime, :ComplianceUpdate
|
8848
8850
|
|
8849
|
-
def initialize(name=nil, description=nil, period=nil, plan=nil, enable=nil, datasourceinfo=nil, generalrulesetenable=nil, result=nil, timingstarttime=nil, complianceupdate=nil)
|
8851
|
+
def initialize(taskid=nil, name=nil, description=nil, period=nil, plan=nil, enable=nil, datasourceinfo=nil, generalrulesetenable=nil, result=nil, timingstarttime=nil, complianceupdate=nil)
|
8852
|
+
@TaskId = taskid
|
8850
8853
|
@Name = name
|
8851
8854
|
@Description = description
|
8852
8855
|
@Period = period
|
@@ -8860,6 +8863,7 @@ module TencentCloud
|
|
8860
8863
|
end
|
8861
8864
|
|
8862
8865
|
def deserialize(params)
|
8866
|
+
@TaskId = params['TaskId']
|
8863
8867
|
@Name = params['Name']
|
8864
8868
|
@Description = params['Description']
|
8865
8869
|
@Period = params['Period']
|
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.1057
|
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-05-
|
11
|
+
date: 2025-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|