recurrencePeriod

@JvmName(name = "xwlbjuukncsqmvtg")
suspend fun recurrencePeriod(value: Output<ReportRecurrencePeriodArgs>)
@JvmName(name = "bpmvmgnfcqfskmal")
suspend fun recurrencePeriod(value: ReportRecurrencePeriodArgs?)

Parameters

value

Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.


@JvmName(name = "uokiluljhwlnljhy")
suspend fun recurrencePeriod(argument: suspend ReportRecurrencePeriodArgsBuilder.() -> Unit)

Parameters

argument

Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.