GoogleCloudDatapipelinesV1ScheduleSpecResponse

data class GoogleCloudDatapipelinesV1ScheduleSpecResponse(val nextJobTime: String, val schedule: String, val timeZone: String)

Details of the schedule the pipeline runs on.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the next Scheduler job is going to run.

Link copied to clipboard

Unix-cron format of the schedule. This information is retrieved from the linked Cloud Scheduler.

Link copied to clipboard

Timezone ID. This matches the timezone IDs used by the Cloud Scheduler API. If empty, UTC time is assumed.