Record
project-template-instantiate-project-request
No description available.
record project-template-instantiate-project-request {
is-strict: option<bool>,
name: string,
public: bool,
requested-dates: option<list<date-variable-request>>,
team: option<string>,
workspace: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| is-strict | option<bool> | |
| name | string | |
| public | bool | |
| requested-dates | option<list<date-variable-request>> | |
| team | option<string> | |
| workspace | option<string> |