diff options
Diffstat (limited to '')
| -rw-r--r-- | crates/rocie-client/docs/Timer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rocie-client/docs/Timer.md b/crates/rocie-client/docs/Timer.md index 0e65ee7..5dcb8a5 100644 --- a/crates/rocie-client/docs/Timer.md +++ b/crates/rocie-client/docs/Timer.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | Option<**String**> | Name | [optional] -**quantity** | [**models::UnitAmount**](UnitAmount.md) | Time quantity | +**quantity** | Option<[**models::UnitAmount**](UnitAmount.md)> | Time quantity | [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) |
