JobTemplateMaintenanceWindow

data class JobTemplateMaintenanceWindow(val durationInMinutes: Int? = null, val startTime: String? = null)

Specifies a start time and duration for a scheduled Job.

Constructors

Link copied to clipboard
constructor(durationInMinutes: Int? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val durationInMinutes: Int? = null

Displays the duration of the next maintenance window.

Link copied to clipboard
val startTime: String? = null

Displays the start time of the next maintenance window.