Record
required-workflow
No description available.
record required-workflow {
created-at: string,
id: f64,
name: string,
path: string,
ref: string,
repository: minimal-repository,
scope: required-workflow-scope-enum,
selected-repositories-url: option<string>,
state: required-workflow-state-enum,
updated-at: string,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | string | |
| id | f64 | |
| name | string | |
| path | string | |
| ref | string | |
| repository | minimal-repository | |
| scope | required-workflow-scope-enum | |
| selected-repositories-url | option<string> | |
| state | required-workflow-state-enum | |
| updated-at | string |