ClassificationJobScheduleFrequency

data class ClassificationJobScheduleFrequency(val dailySchedule: Boolean? = null, val monthlySchedule: Int? = null, val weeklySchedule: String? = null)

Constructors

Link copied to clipboard
constructor(dailySchedule: Boolean? = null, monthlySchedule: Int? = null, weeklySchedule: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dailySchedule: Boolean? = null

Specifies a daily recurrence pattern for running the job.

Link copied to clipboard
val monthlySchedule: Int? = null

Specifies a monthly recurrence pattern for running the job.

Link copied to clipboard
val weeklySchedule: String? = null

Specifies a weekly recurrence pattern for running the job.