java.gitea.api/docs/TrackedTime.md

20 lines
572 B
Markdown
Raw Normal View History

2021-02-28 22:04:54 +01:00
# TrackedTime
TrackedTime worked time for an issue / pr
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | **OffsetDateTime** | | [optional]
**id** | **Long** | | [optional]
**issue** | [**Issue**](Issue.md) | | [optional]
**issueId** | **Long** | deprecated (only for backwards compatibility) | [optional]
**time** | **Long** | Time in seconds | [optional]
**userId** | **Long** | deprecated (only for backwards compatibility) | [optional]
**userName** | **String** | | [optional]