Type Alias request_UpdateWorkspaceRequest

request_UpdateWorkspaceRequest: {
    backendID: number;
    description?: string;
    id: number;
    labels?: { [key: string]: 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.

  • id: number

    ID is the id of the workspace.

  • Optionallabels?: { [key: string]: string }

    Labels are custom labels associated with the workspace.

  • Optionalname?: string

    Name is the name of the workspace.

  • owners: string[]

    Owners is a list of owners for the workspace.