GooglePrivacyDlpV2JobTrigger class
Contains a configuration to make dlp api calls on a repeating basis.
See https://cloud.google.com/sensitive-data-protection/docs/concepts-job-triggers to learn more.
Constructors
-
GooglePrivacyDlpV2JobTrigger({String? createTime, String? description, String? displayName, List<
GooglePrivacyDlpV2Error> ? errors, GooglePrivacyDlpV2InspectJobConfig? inspectJob, String? lastRunTime, String? name, String? status, List<GooglePrivacyDlpV2Trigger> ? triggers, String? updateTime}) - GooglePrivacyDlpV2JobTrigger.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The creation timestamp of a triggeredJob.
getter/setter pair
- description ↔ String?
-
User provided description (max 256 chars)
getter/setter pair
- displayName ↔ String?
-
Display name (max 100 chars)
getter/setter pair
-
errors
↔ List<
GooglePrivacyDlpV2Error> ? -
A stream of errors encountered when the trigger was activated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inspectJob ↔ GooglePrivacyDlpV2InspectJobConfig?
-
For inspect jobs, a snapshot of the configuration.
getter/setter pair
- lastRunTime ↔ String?
-
The timestamp of the last time this trigger executed.
getter/setter pair
- name ↔ String?
-
Unique resource name for the triggeredJob, assigned by the service when
the triggeredJob is created, for example
projects/dlp-test-project/jobTriggers/53234423
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
A status for this trigger.
getter/setter pair
-
triggers
↔ List<
GooglePrivacyDlpV2Trigger> ? -
A list of triggers which will be OR'ed together.
getter/setter pair
- updateTime ↔ String?
-
The last update timestamp of a triggeredJob.
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