ISPO SDK
    Preparing search index...

    Interface GoogleMailAttachmentInput

    Markdown

    One outbound attachment: a REFERENCE to a files.file entity row, never bytes, a path, or raw MIME (spec §18.10). The host resolves the row's stored content, filename, and MIME type itself. A project may reference only rows its own project owns; the assistant lane may reference any row.

    interface GoogleMailAttachmentInput {
        filePublicId: string;
    }
    Index
    filePublicId: string

    The files.file entity's public id.