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

    Interface Attribute

    src/types/Attribute.ts

    interface Attribute {
        attribute_setid: string;
        created: string;
        id: string;
        name: string;
        notes: string;
        updated: string;
    }
    Index

    Properties

    attribute_setid: string

    [Read-only] ID of the associated attribute set

    created: string
    id: string
    name: string
    notes: string
    updated: string