recurrencePeriod

@JvmName(name = "vmaerjwiieeaydvi")
suspend fun recurrencePeriod(value: Output<ReportRecurrencePeriodArgs>)
@JvmName(name = "iqkmnlscifsdbqmu")
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 = "xjpvlxkncfpvxnnk")
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.