# ApplicationJobResource


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | The type of application job | [default to undefined]
**id** | **number** | 64-bit integer identifier associated with this resource | [default to undefined]
**created_time** | **string** |  | [default to undefined]
**ended_time** | **string** |  | [optional] [default to undefined]
**file** | **string** |  | [optional] [default to undefined]
**state** | **string** | The running state of an application job | [default to undefined]
**_links** | [**Array&lt;Link&gt;**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined]

## Example

```typescript
import { ApplicationJobResource } from 'chatkitty';

const instance: ApplicationJobResource = {
    type,
    id,
    created_time,
    ended_time,
    file,
    state,
    _links,
};
```

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