@theredspace/spp-client
    Preparing search index...

    Interface TagGroupAttribute

    A possible tag value that can be associated with a user, customer, or project. Supports Add, Read, Modify, Upsert, Delete. :contentReference[oaicite:2]{index=2}:contentReference[oaicite:3]{index=3}

    interface TagGroupAttribute {
        active: "0" | "1";
        created: string;
        externalid?: string;
        id: string;
        name: string;
        tag_groupid: string;
        updated: string;
    }
    Index

    Properties

    active: "0" | "1"

    1 = active, 0 = inactive

    created: string

    [Read-only] Creation timestamp

    externalid?: string

    Optional external-system ID

    id: string

    [Read-only] Unique ID.

    name: string

    Name/value for this tag attribute

    tag_groupid: string

    The tag_group this attribute belongs to

    updated: string

    [Read-only] Last-modified timestamp