Google Apps Script API
    Preparing search index...
    interface OtherContactsCollection {
        copyOtherContactToMyContactsGroup(
            resource: CopyOtherContactToMyContactsGroupRequest,
            resourceName: string,
        ): GoogleAppsScript.People.Schema.Person;
        list(): ListOtherContactsResponse;
        list(optionalArgs: object): ListOtherContactsResponse;
        search(): SearchDirectoryPeopleResponse;
        search(optionalArgs: object): SearchDirectoryPeopleResponse;
    }
    Index

    Methods