Google Apps Script API
    Preparing search index...
    interface People {
        ContactGroups: ContactGroupsCollection;
        OtherContacts: OtherContactsCollection;
        People: PeopleCollection;
        newAddress(): GoogleAppsScript.People.Schema.Address;
        newAgeRangeType(): AgeRangeType;
        newBatchCreateContactsRequest(): BatchCreateContactsRequest;
        newBatchDeleteContactsRequest(): BatchDeleteContactsRequest;
        newBatchUpdateContactsRequest(): BatchUpdateContactsRequest;
        newBiography(): Biography;
        newBirthday(): Birthday;
        newBraggingRights(): BraggingRights;
        newCalendarUrl(): CalendarUrl;
        newClientData(): ClientData;
        newContactGroup(): GoogleAppsScript.People.Schema.ContactGroup;
        newContactGroupMembership(): ContactGroupMembership;
        newContactGroupMetadata(): ContactGroupMetadata;
        newContactToCreate(): ContactToCreate;
        newCopyOtherContactToMyContactsGroupRequest(): CopyOtherContactToMyContactsGroupRequest;
        newCoverPhoto(): CoverPhoto;
        newCreateContactGroupRequest(): CreateContactGroupRequest;
        newDate(): GoogleAppsScript.People.Schema.Date;
        newDomainMembership(): DomainMembership;
        newEmailAddress(): EmailAddress;
        newEvent(): GoogleAppsScript.People.Schema.Event;
        newExternalId(): ExternalId;
        newFieldMetadata(): FieldMetadata;
        newFileAs(): FileAs;
        newGender(): GoogleAppsScript.People.Schema.Gender;
        newGroupClientData(): GroupClientData;
        newImClient(): ImClient;
        newInterest(): Interest;
        newLocale(): Locale;
        newLocation(): GoogleAppsScript.People.Schema.Location;
        newMembership(): Membership;
        newMiscKeyword(): MiscKeyword;
        newModifyContactGroupMembersRequest(): ModifyContactGroupMembersRequest;
        newName(): GoogleAppsScript.People.Schema.Name;
        newNickname(): Nickname;
        newOccupation(): Occupation;
        newOrganization(): Organization;
        newPerson(): GoogleAppsScript.People.Schema.Person;
        newPersonMetadata(): PersonMetadata;
        newPhoneNumber(): PhoneNumber;
        newPhoto(): GoogleAppsScript.People.Schema.Photo;
        newProfileMetadata(): ProfileMetadata;
        newRelation(): Relation;
        newRelationshipInterest(): RelationshipInterest;
        newRelationshipStatus(): RelationshipStatus;
        newResidence(): Residence;
        newSipAddress(): SipAddress;
        newSkill(): Skill;
        newSource(): Source;
        newTagline(): Tagline;
        newUpdateContactGroupRequest(): UpdateContactGroupRequest;
        newUpdateContactPhotoRequest(): UpdateContactPhotoRequest;
        newUrl(): Url;
        newUserDefined(): UserDefined;
    }
    Index

    Properties

    Methods