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

    Interface Resourceprofile

    interface Resourceprofile {
        attribute_id?: number;
        comment?: string;
        created: DateContainer;
        external_id?: string;
        id: number;
        name: string;
        resourceprofile_type_id: number;
        type: string;
        updated: DateContainer;
        userid: number;
    }
    Index

    Properties

    attribute_id?: number
    comment?: string
    created: DateContainer
    external_id?: string
    id: number
    name: string
    resourceprofile_type_id: number
    type: string
    updated: DateContainer
    userid: number