Google Apps Script API
    Preparing search index...
    interface PropertyList {
        etag?: string;
        items?: Property[];
        kind?: string;
        selfLink?: string;
    }
    Index

    Properties

    etag?: string
    items?: Property[]
    kind?: string
    selfLink?: string