Google Apps Script API
    Preparing search index...
    interface ListContactGroupsResponse {
        contactGroups?: GoogleAppsScript.People.Schema.ContactGroup[];
        nextPageToken?: string;
        nextSyncToken?: string;
        totalItems?: number;
    }
    Index

    Properties

    nextPageToken?: string
    nextSyncToken?: string
    totalItems?: number