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