# GlucoseReading

Model ID: `GlucoseReading`

A blood glucose reading.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `fasting` | `boolean|null` | No |  |  |  | Yes | True if the reading was taken while fasting, optional. |
| `meal_relation` | `string|null` | No |  |  |  | Yes | pre-meal, post-meal, bedtime, random |
| `value` | `number` | Yes |  |  |  | No | mg/dL |

## Example

None declared in canonical OpenAPI.
