cberg
Version:
Node.js Client for the Codeberg API
26 lines (18 loc) • 772 B
Markdown
# DispatchWorkflowRun
DispatchWorkflowRun represents a workflow run
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** | the workflow run id | [optional] [default to undefined]
**jobs** | **Array<string>** | 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)