triggers property

List<GooglePrivacyDlpV2Trigger>? triggers
getter/setter pair

A list of triggers which will be OR'ed together.

Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.

Implementation

core.List<GooglePrivacyDlpV2Trigger>? triggers;