GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Trigger (google_api_dlp v0.40.3) View Source
What event needs to occur for a new job to be started.
Attributes
-
manual(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Manual.t, default:nil) - For use with hybrid jobs. Jobs must be manually created and finished. -
schedule(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Schedule.t, default:nil) - Create a job on a repeating basis based on the elapse of time.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Trigger{
manual: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Manual.t() | nil,
schedule: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Schedule.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.