# SetAppointmentResponse
## Properties
**appointment_id** | Option<**String**> | The appointment identifier. | [optional]
**warnings** | Option<[**Vec<models::Warning>**](Warning.md)> | A list of warnings returned in the sucessful execution response of an API request. | [optional]
**errors** | Option<[**Vec<models::Error>**](Error.md)> | A list of error responses returned when a request is unsuccessful. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)