Google Apps Script API
    Preparing search index...
    interface AccountSummary {
        id?: string;
        kind?: string;
        name?: string;
        starred?: boolean;
        webProperties?: WebPropertySummary[];
    }
    Index

    Properties

    id?: string
    kind?: string
    name?: string
    starred?: boolean
    webProperties?: WebPropertySummary[]