View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Trigger (google_api_dataplex v0.15.0)

DataScan scheduling and trigger settings.

Attributes

  • onDemand (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TriggerOnDemand.t, default: nil) - The scan runs once via RunDataScan API.
  • schedule (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TriggerSchedule.t, default: nil) - The scan is scheduled to run periodically.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Trigger{
  onDemand:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TriggerOnDemand.t() | nil,
  schedule:
    GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TriggerSchedule.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.