Record
get-project-templates-params
No description available.
record get-project-templates-params {
opt-pretty: option<bool>,
opt-fields: option<list<string>>,
workspace: option<string>,
team: option<string>,
limit: option<s32>,
offset: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| opt-pretty | option<bool> | |
| opt-fields | option<list<string>> | |
| workspace | option<string> | |
| team | option<string> | |
| limit | option<s32> | |
| offset | option<string> |