View Source GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1ScheduleSpec (google_api_data_pipelines v0.4.0)

Details of the schedule the pipeline runs on.

Attributes

  • nextJobTime (type: DateTime.t, default: nil) - Output only. When the next Scheduler job is going to run.
  • schedule (type: String.t, default: nil) - Unix-cron format of the schedule. This information is retrieved from the linked Cloud Scheduler.
  • timeZone (type: String.t, default: nil) - Timezone ID. This matches the timezone IDs used by the Cloud Scheduler API. If empty, UTC time is assumed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1ScheduleSpec{
  nextJobTime: DateTime.t() | nil,
  schedule: String.t() | nil,
  timeZone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.