Get Maintenance Configuration Result
data class GetMaintenanceConfigurationResult(val id: String, val name: String, val scheduledEntries: List<ScheduledEntryResponse>, val systemData: SystemDataResponse, val type: String)
Information about the Maintenance Configuration resource.
Constructors
Link copied to clipboard
constructor(id: String, name: String, scheduledEntries: List<ScheduledEntryResponse>, systemData: SystemDataResponse, type: String)