Report Schedule Args
data class ReportScheduleArgs(val recurrence: Output<Either<String, RecurrenceType>>, val recurrencePeriod: Output<ReportRecurrencePeriodArgs>? = null, val status: Output<Either<String, StatusType>>? = null) : ConvertibleToJava<ReportScheduleArgs>
The schedule associated with a report.
Constructors
Link copied to clipboard
fun ReportScheduleArgs(recurrence: Output<Either<String, RecurrenceType>>, recurrencePeriod: Output<ReportRecurrencePeriodArgs>? = null, status: Output<Either<String, StatusType>>? = null)