Record
create-using-template-params
No description available.
record create-using-template-params {
template-owner: string,
template-repo: string,
description: option<string>,
include-all-branches: option<bool>,
name: string,
owner: option<string>,
private: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| template-owner | string | |
| template-repo | string | |
| description | option<string> | |
| include-all-branches | option<bool> | |
| name | string | |
| owner | option<string> | |
| private | option<bool> |