giteapython/docs/TrackedTime.md

17 lines
679 B
Markdown
Raw Normal View History

2020-11-28 17:59:17 +00:00
# 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)