GooglePrivacyDlpV2DiscoveryTableModifiedCadence class
The cadence at which to update data profiles when a table is modified.
Constructors
-
GooglePrivacyDlpV2DiscoveryTableModifiedCadence({String? frequency, List<
String> ? types}) - GooglePrivacyDlpV2DiscoveryTableModifiedCadence.fromJson(Map json_)
Properties
- frequency ↔ String?
-
How frequently data profiles can be updated when tables are modified.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
types
↔ List<
String> ? -
The type of events to consider when deciding if the table has been
modified and should have the profile updated.
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