Report Recurrence Period Args
data class ReportRecurrencePeriodArgs(val from: Output<String>, val to: Output<String>? = null) : ConvertibleToJava<ReportRecurrencePeriodArgs>
The start and end date for recurrence schedule.