Record
create-environment-params
No description available.
record create-environment-params {
workspace: string,
repo-slug: string,
type-op: string,
name: option<string>,
uuid: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| workspace | string | |
| repo-slug | string | |
| type-op | string | |
| name | option<string> | |
| uuid | option<string> |