Google Apps Script API
    Preparing search index...
    interface Parent {
        id?: string;
        isRoot?: boolean;
        title?: string;
    }
    Index

    Properties

    id?: string
    isRoot?: boolean
    title?: string