# ActionTask

ActionTask represents a ActionTask

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **string** |  | [optional] [default to undefined]
**display_title** | **string** |  | [optional] [default to undefined]
**event** | **string** |  | [optional] [default to undefined]
**head_branch** | **string** |  | [optional] [default to undefined]
**head_sha** | **string** |  | [optional] [default to undefined]
**id** | **number** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**run_number** | **number** |  | [optional] [default to undefined]
**run_started_at** | **string** |  | [optional] [default to undefined]
**status** | **string** |  | [optional] [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]
**workflow_id** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: ActionTask = {
    created_at,
    display_title,
    event,
    head_branch,
    head_sha,
    id,
    name,
    run_number,
    run_started_at,
    status,
    updated_at,
    url,
    workflow_id,
};
```

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