Google Apps Script API
    Preparing search index...
    interface TimelineItem {
        attachments?: GoogleAppsScript.Mirror.Schema.Attachment[];
        bundleId?: string;
        canonicalUrl?: string;
        created?: string;
        creator?: GoogleAppsScript.Mirror.Schema.Contact;
        displayTime?: string;
        etag?: string;
        html?: string;
        id?: string;
        inReplyTo?: string;
        isBundleCover?: boolean;
        isDeleted?: boolean;
        isPinned?: boolean;
        kind?: string;
        location?: GoogleAppsScript.Mirror.Schema.Location;
        menuItems?: MenuItem[];
        notification?: NotificationConfig;
        pinScore?: number;
        recipients?: GoogleAppsScript.Mirror.Schema.Contact[];
        selfLink?: string;
        sourceItemId?: string;
        speakableText?: string;
        speakableType?: string;
        text?: string;
        title?: string;
        updated?: string;
    }
    Index

    Properties

    bundleId?: string
    canonicalUrl?: string
    created?: string
    displayTime?: string
    etag?: string
    html?: string
    id?: string
    inReplyTo?: string
    isBundleCover?: boolean
    isDeleted?: boolean
    isPinned?: boolean
    kind?: string
    menuItems?: MenuItem[]
    notification?: NotificationConfig
    pinScore?: number
    selfLink?: string
    sourceItemId?: string
    speakableText?: string
    speakableType?: string
    text?: string
    title?: string
    updated?: string