Google Apps Script API
    Preparing search index...
    interface SearchDirectoryPeopleResponse {
        nextPageToken?: string;
        people?: GoogleAppsScript.People.Schema.Person[];
        totalSize?: number;
    }
    Index

    Properties

    nextPageToken?: string
    totalSize?: number