Time Window Response
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)