Files
2025-09-07 00:21:05 +00:00

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]