GetPipelineSchedulesPipelineSchedule

data class GetPipelineSchedulesPipelineSchedule(val active: Boolean, val createdAt: String, val cron: String, val cronTimezone: String, val description: String, val id: Int, val nextRunAt: String, val owner: GetPipelineSchedulesPipelineScheduleOwner, val ref: String, val updatedAt: String)

Constructors

Link copied to clipboard
constructor(active: Boolean, createdAt: String, cron: String, cronTimezone: String, description: String, id: Int, nextRunAt: String, owner: GetPipelineSchedulesPipelineScheduleOwner, ref: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The activation status of pipeline schedule.

Link copied to clipboard

The datetime of when the schedule was created.

Link copied to clipboard

The cron (e.g. 0 1 * * *).

Link copied to clipboard

The timezone.

Link copied to clipboard

The description of the pipeline schedule.

Link copied to clipboard
val id: Int

The pipeline schedule id.

Link copied to clipboard

The datetime of when the schedule will next run.

Link copied to clipboard

The details of the pipeline schedule owner.

Link copied to clipboard
val ref: String

The branch/tag name to be triggered. This will be the full branch reference, for example: refs/heads/main, not main.

Link copied to clipboard

The datetime of when the schedule was last updated.