WeeklyMaintenanceScheduleConfigurationResponse

data class WeeklyMaintenanceScheduleConfigurationResponse(val day: String, val duration: String, val frequency: String, val hour: Int)

Weekly planned maintenance

Constructors

constructor(day: String, duration: String, frequency: String, hour: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String

The day to run the maintenance job

Link copied to clipboard

The duration time to run the maintenance job, specified in ISO8601 format, e.g. PT8H

Link copied to clipboard

The frequency to run the maintenance job Expected value is 'Weekly'.

Link copied to clipboard
val hour: Int

The hour to run the maintenance job