Record
create-required-workflow-params
No description available.
record create-required-workflow-params {
org: string,
repository-id: string,
scope: option<create-required-workflow-body-scope-enum>,
selected-repository-ids: option<list<s32>>,
workflow-file-path: string,
}Fields
| Name | Type | Description |
|---|---|---|
| org | string | |
| repository-id | string | |
| scope | option<create-required-workflow-body-scope-enum> | |
| selected-repository-ids | option<list<s32>> | |
| workflow-file-path | string |