ISPO SDK
    Preparing search index...

    Interface GoogleMailGetMessageInput

    Markdown
    interface GoogleMailGetMessageInput {
        accountId?: string;
        messageId: string;
    }
    Index
    accountId?: string
    messageId: string