View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Trigger (google_api_dlp v0.46.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Trigger{
  manual: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Manual.t() | nil,
  schedule: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Schedule.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.