GooglePrivacyDlpV2TimespanConfig class

Configuration of the timespan of the items to include in scanning.

Currently only supported when inspecting Cloud Storage and BigQuery.

Constructors

GooglePrivacyDlpV2TimespanConfig({bool? enableAutoPopulationOfTimespanConfig, String? endTime, String? startTime, GooglePrivacyDlpV2FieldId? timestampField})
GooglePrivacyDlpV2TimespanConfig.fromJson(Map json_)

Properties

enableAutoPopulationOfTimespanConfig bool?
When the job is started by a JobTrigger we will automatically figure out a valid start_time to avoid scanning files that have not been modified since the last time the JobTrigger executed.
getter/setter pair
endTime String?
Exclude files, tables, or rows newer than this value.
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
startTime String?
Exclude files, tables, or rows older than this value.
getter/setter pair
timestampField GooglePrivacyDlpV2FieldId?
Specification of the field containing the timestamp of scanned items.
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