# AddTimeOption

AddTimeOption options for adding time to an issue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | **string** |  | [optional] [default to undefined]
**time** | **number** | time in seconds | [default to undefined]
**user_name** | **string** | User who spent the time (optional) | [optional] [default to undefined]

## Example

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

const instance: AddTimeOption = {
    created,
    time,
    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)
