PolarSleepAnalysisResult
public struct PolarSleepAnalysisResult : Codable
-
Declaration
Swift
public let sleepStartTime: Date!
-
Declaration
Swift
public let sleepEndTime: Date!
-
Declaration
Swift
public let lastModified: Date!
-
Declaration
Swift
public let sleepGoalMinutes: UInt32!
-
Declaration
Swift
public let sleepWakePhases: [SleepWakePhase]!
-
Declaration
Swift
public let snoozeTime: [Date]?
-
Declaration
Swift
public let alarmTime: Date?
-
Declaration
Swift
public let sleepStartOffsetSeconds: Int32!
-
Declaration
Swift
public let sleepEndOffsetSeconds: Int32!
-
Declaration
Swift
public let userSleepRating: SleepRating?
-
Declaration
Swift
public let deviceId: String?
-
Declaration
Swift
public let batteryRanOut: Bool?
-
Declaration
Swift
public let sleepCycles: [SleepCycle]!
-
Declaration
Swift
public let sleepResultDate: Date?
-
Declaration
Swift
public let originalSleepRange: OriginalSleepRange?