| 12345678910111213141516171819202122232425 |
- import Foundation
- struct Override {
- let name: String
- let enabled: Bool
- let date: Date
- let duration: Decimal
- let indefinite: Bool
- let percentage: Double
- let smbIsOff: Bool
- let isPreset: Bool
- let id: String
- let overrideTarget: Bool
- let target: Decimal
- let advancedSettings: Bool
- let isfAndCr: Bool
- let isf: Bool
- let cr: Bool
- let smbIsScheduledOff: Bool
- let start: Decimal
- let end: Decimal
- let smbMinutes: Decimal
- let uamMinutes: Decimal
- }
|