Get Pipeline Schedule Result
data class GetPipelineScheduleResult(val active: Boolean, val createdAt: String, val cron: String, val cronTimezone: String, val description: String, val id: String, val lastPipeline: GetPipelineScheduleLastPipeline, val nextRunAt: String, val owner: GetPipelineScheduleOwner, val pipelineScheduleId: Int, val project: String, val ref: String, val updatedAt: String, val variables: List<GetPipelineScheduleVariable>)
A collection of values returned by getPipelineSchedule.
Constructors
Link copied to clipboard
constructor(active: Boolean, createdAt: String, cron: String, cronTimezone: String, description: String, id: String, lastPipeline: GetPipelineScheduleLastPipeline, nextRunAt: String, owner: GetPipelineScheduleOwner, pipelineScheduleId: Int, project: String, ref: String, updatedAt: String, variables: List<GetPipelineScheduleVariable>)
Properties
Link copied to clipboard
The timezone.
Link copied to clipboard
The description of the pipeline schedule.
Link copied to clipboard
The details of the last pipeline run by the schedule.
Link copied to clipboard
The details of the pipeline schedule owner.
Link copied to clipboard
The pipeline schedule id.
Link copied to clipboard
The list of the pipeline schedule variables.