GetPipelineSchedulePlainArgs

data class GetPipelineSchedulePlainArgs(val cronTimezone: String? = null, val pipelineScheduleId: Int, val project: String) : ConvertibleToJava<GetPipelineSchedulePlainArgs>

A collection of arguments for invoking getPipelineSchedule.

Constructors

Link copied to clipboard
constructor(cronTimezone: String? = null, pipelineScheduleId: Int, project: String)

Properties

Link copied to clipboard
val cronTimezone: String? = null

The timezone.

Link copied to clipboard

The pipeline schedule id.

Link copied to clipboard

The name or id of the project to add the schedule to.

Functions

Link copied to clipboard
open override fun toJava(): GetPipelineSchedulePlainArgs