Export Schedule Args
data class ExportScheduleArgs(val recurrence: Output<Either<String, RecurrenceType>>? = null, val recurrencePeriod: Output<ExportRecurrencePeriodArgs>? = null, val status: Output<Either<String, StatusType>>? = null) : ConvertibleToJava<ExportScheduleArgs>
The schedule associated with the export.
Constructors
Link copied to clipboard
fun ExportScheduleArgs(recurrence: Output<Either<String, RecurrenceType>>? = null, recurrencePeriod: Output<ExportRecurrencePeriodArgs>? = null, status: Output<Either<String, StatusType>>? = null)