google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Trigger 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. Early access feature is in a pre-release state and might change or have limited support. For more information, see https://cloud.google.com/products#product-launch-stages.
  • 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(),
  schedule: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Schedule.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.