# DiffResponse
## Properties
**from** | Option<**i32**> | The version number being diffed from. |
**to** | Option<**i32**> | The version number being diffed to. |
**format** | Option<**String**> | The format the diff is being returned in (`text`, `html` or `html_simple`). |
**diff** | Option<**String**> | The differences between two specified service versions. Returns the full config if the version configurations are identical. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)