GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1ScheduleSpec (google_api_data_pipelines v0.2.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1ScheduleSpec{
nextJobTime: DateTime.t() | nil,
schedule: String.t() | nil,
timeZone: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.