GetPipelineSchedulesPlainArgs

data class GetPipelineSchedulesPlainArgs(val project: String) : ConvertibleToJava<GetPipelineSchedulesPlainArgs>

A collection of arguments for invoking getPipelineSchedules.

Constructors

Link copied to clipboard
constructor(project: String)

Properties

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(): GetPipelineSchedulesPlainArgs