Integration Account Batch Configuration Release Criteria Recurrence Schedule
data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceSchedule(val hours: List<Int>? = null, val minutes: List<Int>? = null, val monthDays: List<Int>? = null, val monthlies: List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly>? = null, val weekDays: List<String>? = null)
Properties
Link copied to clipboard
val monthlies: List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly>? = null
A monthly
block as documented below.