Image Pipeline Schedule
data class ImagePipelineSchedule(val pipelineExecutionStartCondition: ImagePipelineSchedulePipelineExecutionStartCondition? = null, val scheduleExpression: String? = null)
The schedule of the image pipeline.
Constructors
Link copied to clipboard
constructor(pipelineExecutionStartCondition: ImagePipelineSchedulePipelineExecutionStartCondition? = null, scheduleExpression: String? = null)