# TrackedTime

TrackedTime worked time for an issue / pr

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | **string** |  | [optional] [default to undefined]
**id** | **number** |  | [optional] [default to undefined]
**issue** | [**Issue**](Issue.md) |  | [optional] [default to undefined]
**issue_id** | **number** | deprecated (only for backwards compatibility) | [optional] [default to undefined]
**time** | **number** | Time in seconds | [optional] [default to undefined]
**user_id** | **number** | deprecated (only for backwards compatibility) | [optional] [default to undefined]
**user_name** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { TrackedTime } from 'berg';

const instance: TrackedTime = {
    created,
    id,
    issue,
    issue_id,
    time,
    user_id,
    user_name,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
