GooglePrivacyDlpV2FileStoreCollection class
Match file stores (e.g. buckets) using filters.
Constructors
- GooglePrivacyDlpV2FileStoreCollection.new({GooglePrivacyDlpV2FileStoreRegexes? includeRegexes, GooglePrivacyDlpV2TagFilters? includeTags})
- GooglePrivacyDlpV2FileStoreCollection.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeRegexes ↔ GooglePrivacyDlpV2FileStoreRegexes?
-
A collection of regular expressions to match a file store against.
getter/setter pair
- includeTags ↔ GooglePrivacyDlpV2TagFilters?
-
To be included in the collection, a resource must meet all of the
following requirements: - If tag filters are provided, match all provided
tag filters.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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