--- title: TimeOffRequest --- ## PureCloud::TimeOffRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | | [optional] | | **user** | [**User**](User.html) | | [optional] | | **is_full_day_request** | **BOOLEAN** | | [optional] [default to false]| | **marked_as_read** | **BOOLEAN** | | [optional] [default to false]| | **activity_code_id** | **String** | | [optional] | | **status** | **String** | | [optional] | | **partial_day_start_date_times** | **Array<DateTime>** | | [optional] | | **full_day_management_unit_dates** | **Array<String>** | | [optional] | | **daily_duration_minutes** | **Integer** | | [optional] | | **notes** | **String** | | [optional] | | **submitted_by** | [**User**](User.html) | | [optional] | | **submitted_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **reviewed_by** | [**User**](User.html) | | [optional] | | **reviewed_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **modified_by** | [**User**](User.html) | | [optional] | | **modified_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **name** | **String** | | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}