# DispatchWorkflowRun

DispatchWorkflowRun represents a workflow run

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** | the workflow run id | [optional] [default to undefined]
**jobs** | **Array&lt;string&gt;** | the jobs name | [optional] [default to undefined]
**run_number** | **number** | a unique number for each run of a repository | [optional] [default to undefined]

## Example

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

const instance: DispatchWorkflowRun = {
    id,
    jobs,
    run_number,
};
```

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