GooglePrivacyDlpV2RequestedOptions class
Snapshot of the inspection configuration.
Constructors
- GooglePrivacyDlpV2RequestedOptions({GooglePrivacyDlpV2InspectJobConfig? jobConfig, GooglePrivacyDlpV2InspectTemplate? snapshotInspectTemplate})
- GooglePrivacyDlpV2RequestedOptions.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobConfig ↔ GooglePrivacyDlpV2InspectJobConfig?
-
Inspect config.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snapshotInspectTemplate ↔ GooglePrivacyDlpV2InspectTemplate?
-
If run with an InspectTemplate, a snapshot of its state at the time of
this run.
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