tencentcloud-sdk-dsgc 3.0.1055 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc9d0842981772ae8f4eb5c65acc781e14937f08
4
- data.tar.gz: ea2327e320e8068aa422a36c63963f80541cdbdd
3
+ metadata.gz: ea2463718d85f465525c1d3cb072c0c6bce743e2
4
+ data.tar.gz: bb78d45fa860f838d6429e385e6433f338c3db1f
5
5
  SHA512:
6
- metadata.gz: 415e884e01a908d07282a8c73614d0472722a09e288b48fa8871d0becf35010102621adfc5a991296af1ad030f5775d897f9cd0b6eed83a9688b0bf85ba8a1b6
7
- data.tar.gz: 777debe44c513f9c9752d6cd79b82bfbfb6be4e222a83b4a3cf14ad953ae2d0d5ffabde02ee1354d6da9b3fba4e73bd5071000ecf5b41d81d8016ff3ec10e504
6
+ metadata.gz: 5192f0dfd61204023cb5a517c01603898f86041b65ddc7db640dbdae412527d93ab897ae979069f554c1fd798d98bd20a07367336d5716ae293f5af7964378b2
7
+ data.tar.gz: 8832be3edaae0edb45b9d209e4b5941c2c282dee5dc36235d809b66dedfeec6b992e5714a1c01cb9b40fd23d069a0b73b963f01d26950c0b780c6664b61261c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1055
1
+ 3.0.1057
@@ -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.1055
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-08 00:00:00.000000000 Z
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