ObservationSampleTime
import type { ObservationSampleTime } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents a sample time of an observed data point.
interface ObservationSampleTime {
readonly civilTime?: CivilDateTime;
physicalTime?: Date;
utcOffset?: number;
}§Properties
§
readonly civilTime?: CivilDateTime
[src]Output only. The civil time in the timezone the subject is in at the time of the observation.