mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
13 lines
599 B
Markdown
13 lines
599 B
Markdown
# TrackedTime
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**created** | [**Date**](Date.md) | | [optional]
|
|
**id** | **Long** | ID is the unique identifier for the tracked time entry | [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** | username of the user | [optional]
|