GooglePrivacyDlpV2DlpJob class

Combines all of the information about a DLP job.

Constructors

GooglePrivacyDlpV2DlpJob({List<GooglePrivacyDlpV2ActionDetails>? actionDetails, String? createTime, String? endTime, List<GooglePrivacyDlpV2Error>? errors, GooglePrivacyDlpV2InspectDataSourceDetails? inspectDetails, String? jobTriggerName, String? lastModified, String? name, GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails? riskDetails, String? startTime, String? state, String? type})
GooglePrivacyDlpV2DlpJob.fromJson(Map json_)

Properties

actionDetails List<GooglePrivacyDlpV2ActionDetails>?
Events that should occur after the job has completed.
getter/setter pair
createTime String?
Time when the job was created.
getter/setter pair
endTime String?
Time when the job finished.
getter/setter pair
errors List<GooglePrivacyDlpV2Error>?
A stream of errors encountered running the job.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inspectDetails GooglePrivacyDlpV2InspectDataSourceDetails?
Results from inspecting a data source.
getter/setter pair
jobTriggerName String?
If created by a job trigger, the resource name of the trigger that instantiated the job.
getter/setter pair
lastModified String?
Time when the job was last modified by the system.
getter/setter pair
name String?
The server-assigned name.
getter/setter pair
riskDetails GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails?
Results from analyzing risk of a data source.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Time when the job started.
getter/setter pair
state String?
State of a job. Possible string values are:
getter/setter pair
type String?
The type of job. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited