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

    Interface Resourceprofile

    interface Resourceprofile {
        attributeid: string;
        comment?: string;
        created: DateContainer;
        externalid: string;
        id: string;
        name: string;
        resourceprofile_type_id: string;
        type: string;
        updated: DateContainer;
        userid: string;
    }
    Index

    Properties

    attributeid: string
    comment?: string
    created: DateContainer
    externalid: string
    id: string
    name: string
    resourceprofile_type_id: string
    type: string
    updated: DateContainer
    userid: string