RespiratoryRateSleepSummary
import type { RespiratoryRateSleepSummary } from "https://googleapis.deno.dev/v1/health:v4.ts";Records respiratory rate details during sleep. Can have multiple per day if the user sleeps multiple times.
interface RespiratoryRateSleepSummary {
deepSleepStats?: RespiratoryRateSleepSummaryStatistics;
fullSleepStats?: RespiratoryRateSleepSummaryStatistics;
lightSleepStats?: RespiratoryRateSleepSummaryStatistics;
remSleepStats?: RespiratoryRateSleepSummaryStatistics;
sampleTime?: ObservationSampleTime;
}§Properties
§
deepSleepStats?: RespiratoryRateSleepSummaryStatistics
[src]Optional. Respiratory rate statistics for deep sleep.
§
fullSleepStats?: RespiratoryRateSleepSummaryStatistics
[src]Required. Full respiratory rate statistics.
§
lightSleepStats?: RespiratoryRateSleepSummaryStatistics
[src]Optional. Respiratory rate statistics for light sleep.
§
remSleepStats?: RespiratoryRateSleepSummaryStatistics
[src]Optional. Respiratory rate statistics for REM sleep.
§
sampleTime?: ObservationSampleTime
[src]Required. The time at which respiratory rate was measured.