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

    Interface Attachment

    interface Attachment {
        attachmentCategoryId?: string;
        attachmentid?: string;
        base64_data?: string;
        created: DateContainer;
        exclude_alert?: "0" | "1";
        file_name?: string;
        fileType?: string;
        hash_name?: string;
        hasThumbnail?: "0" | "1";
        id: string;
        is_a_folder?: "0" | "1";
        is_locked?: "0" | "1";
        isFolder?: "0" | "1";
        isViewable?: "0" | "1";
        lockedBy?: string;
        name: string;
        notes?: string;
        owner_type?: string;
        ownerid?: string;
        parentid?: string;
        size?: number;
        updated: DateContainer;
        uploaded_by?: string;
        workspaceId?: string;
    }
    Index

    Properties

    attachmentCategoryId?: string
    attachmentid?: string
    base64_data?: string
    created: DateContainer
    exclude_alert?: "0" | "1"
    file_name?: string
    fileType?: string
    hash_name?: string
    hasThumbnail?: "0" | "1"
    id: string
    is_a_folder?: "0" | "1"
    is_locked?: "0" | "1"
    isFolder?: "0" | "1"
    isViewable?: "0" | "1"
    lockedBy?: string
    name: string
    notes?: string
    owner_type?: string
    ownerid?: string
    parentid?: string
    size?: number
    updated: DateContainer
    uploaded_by?: string
    workspaceId?: string