17 lines
549 B
Markdown
17 lines
549 B
Markdown
|
|
# TrackedTime
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**created** | [**OffsetDateTime**](OffsetDateTime.md) | | [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]
|
|
|
|
|
|
|