Workflow Trigger Recurrence Args
data class WorkflowTriggerRecurrenceArgs(val endTime: Output<String>? = null, val frequency: Output<Either<String, RecurrenceFrequency>>? = null, val interval: Output<Int>? = null, val schedule: Output<RecurrenceScheduleArgs>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<WorkflowTriggerRecurrenceArgs>
The workflow trigger recurrence.
Constructors
Link copied to clipboard
constructor(endTime: Output<String>? = null, frequency: Output<Either<String, RecurrenceFrequency>>? = null, interval: Output<Int>? = null, schedule: Output<RecurrenceScheduleArgs>? = null, startTime: Output<String>? = null, timeZone: Output<String>? = null)