Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

4 anni fa
12345678910111213141516
  1. # TrackedTime
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **created** | **String** | | [optional] [default to null]
  6. **id** | **i64** | | [optional] [default to null]
  7. **issue** | [***::models::Issue**](Issue.md) | | [optional] [default to null]
  8. **issue_id** | **i64** | deprecated (only for backwards compatibility) | [optional] [default to null]
  9. **time** | **i64** | Time in seconds | [optional] [default to null]
  10. **user_id** | **i64** | deprecated (only for backwards compatibility) | [optional] [default to null]
  11. **user_name** | **String** | | [optional] [default to null]
  12. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)