JobMaxRecurrenceResponse

data class JobMaxRecurrenceResponse(val frequency: String? = null, val interval: Int? = null)

Constructors

Link copied to clipboard
constructor(frequency: String? = null, interval: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val frequency: String? = null

Gets or sets the frequency of recurrence (second, minute, hour, day, week, month).

Link copied to clipboard
val interval: Int? = null

Gets or sets the interval between retries.