TimeWindowResponse

data class TimeWindowResponse(val endTime: String, val maintenanceExclusionOptions: MaintenanceExclusionOptionsResponse, val startTime: String)

Represents an arbitrary window of time.

Constructors

Link copied to clipboard
fun TimeWindowResponse(endTime: String, maintenanceExclusionOptions: MaintenanceExclusionOptionsResponse, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time that the window ends. The end time should take place after the start time.

Link copied to clipboard

MaintenanceExclusionOptions provides maintenance exclusion related options.

Link copied to clipboard

The time that the window first starts.