@oneblink/sdk
    Preparing search index...

    Interface BaseWorkspace

    interface BaseWorkspace {
        colour?: string;
        description?: string;
        environmentOrdering?: number[];
        icon?: string;
        label: string;
        organisationId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    colour?: string

    The colour of the workspace, in hexadecimal format (for example, #0099EE)

    description?: string

    The description of the workspace

    environmentOrdering?: number[]

    The ordering of the environments in the workspace

    icon?: string

    The icon to display on the workspace

    label: string
    organisationId: string

    The identifier of the organisation the resource is associated with