Type Alias request_CreateWorkspaceRequest
request_CreateWorkspaceRequest: {
    backendID: number;
    description?: string;
    labels?: string[];
    name: string;
    owners: string[];
}
Type declaration
- backendID: number
- Optionaldescription?: string
- Optionallabels?: string[]
- name: string
- owners: string[]
BackendID is the configuration backend id associated with the workspace.