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