orthanc_client_ogen 1.12.8

Orthanc API client library produced by OpenAPI Generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ChangesGet200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**changes** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> | The individual changes | [optional]
**done** | Option<**bool**> | Whether the last reported change is the last of the full history. | [optional]
**first** | Option<**f64**> | The index of the first reported change, its value-1 can be used for the `to` argument in subsequent calls to this route when browsing the changes in reverse order | [optional]
**last** | Option<**f64**> | The index of the last reported change, can be used for the `since` argument in subsequent calls to this route | [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)