# Quantimodo.TrackingReminderNotificationPost ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **action** | **String** | track records a measurement for the notification. snooze changes the notification to 1 hour from now. skip deletes the notification. | **id** | **Number** | Id of the TrackingReminderNotification | **modifiedValue** | **Number** | Optional value to be recorded instead of the tracking reminder default value | [optional] ## Enum: ActionEnum * `skip` (value: `"skip"`) * `snooze` (value: `"snooze"`) * `track` (value: `"track"`)