IntegrationAccountBatchConfigurationReleaseCriteriaRecurrence

data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrence(val endTime: String? = null, val frequency: String, val interval: Int, val schedule: IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceSchedule? = null, val startTime: String? = null, val timeZone: String? = null)

Constructors

constructor(endTime: String? = null, frequency: String, interval: Int, schedule: IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceSchedule? = null, startTime: String? = null, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: String? = null

The end time of the schedule, formatted as an RFC3339 string.

Link copied to clipboard

The frequency of the schedule. Possible values are Day, Hour, Minute, Month, NotSpecified, Second, Week and Year.

Link copied to clipboard

The number of frequencys between runs.

Link copied to clipboard
Link copied to clipboard
val startTime: String? = null

The start time of the schedule, formatted as an RFC3339 string.

Link copied to clipboard
val timeZone: String? = null

The timezone of the start/end time.