Type Alias request_CreateWorkspaceRequest

request_CreateWorkspaceRequest: {
    backendID: number;
    description?: string;
    labels?: string[];
    name: string;
    owners: string[];
}

Type declaration

  • backendID: number

    BackendID is the configuration backend id associated with the workspace.

  • Optionaldescription?: string

    Description is a human-readable description of the workspace.

  • Optionallabels?: string[]

    Labels are custom labels associated with the workspace.

  • name: string

    Name is the name of the workspace.

  • owners: string[]

    Owners is a list of owners for the workspace.