GooglePrivacyDlpV2DiscoverySchemaModifiedCadence class
The cadence at which to update data profiles when a schema is modified.
Constructors
-
GooglePrivacyDlpV2DiscoverySchemaModifiedCadence({String? frequency, List<
String> ? types}) - GooglePrivacyDlpV2DiscoverySchemaModifiedCadence.fromJson(Map json_)
Properties
- frequency ↔ String?
-
How frequently profiles may be updated when schemas 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's schema 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