17 lines
679 B
Markdown
17 lines
679 B
Markdown
|
# TrackedTime
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**created** | **datetime** | | [optional]
|
||
|
**id** | **int** | | [optional]
|
||
|
**issue** | [**Issue**](Issue.md) | | [optional]
|
||
|
**issue_id** | **int** | deprecated (only for backwards compatibility) | [optional]
|
||
|
**time** | **int** | Time in seconds | [optional]
|
||
|
**user_id** | **int** | deprecated (only for backwards compatibility) | [optional]
|
||
|
**user_name** | **str** | | [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)
|
||
|
|
||
|
|