Type Alias entity_Workspace

entity_Workspace: {
    backend?: entity_Backend;
    creationTimestamp?: string;
    description?: string;
    displayName?: string;
    id?: number;
    labels?: string[];
    name?: string;
    owners?: string[];
    updateTimestamp?: string;
}

Type declaration

  • Optionalbackend?: entity_Backend

    Backend is the corresponding backend for this workspace.

  • OptionalcreationTimestamp?: string

    CreationTimestamp is the timestamp of the created for the workspace.

  • Optionaldescription?: string

    Description is a human-readable description of the workspace.

  • OptionaldisplayName?: string

    DisplayName is the human-readable display name.

  • Optionalid?: number

    ID is the id of the workspace.

  • Optionallabels?: string[]

    Labels are custom labels associated with the workspace.

  • Optionalname?: string

    Name is the name of the workspace.

  • Optionalowners?: string[]

    Owners is a list of owners for the workspace.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the workspace.