Google Apps Script API
    Preparing search index...
    interface Person {
        addresses?: GoogleAppsScript.People.Schema.Address[];
        ageRange?: string;
        ageRanges?: AgeRangeType[];
        biographies?: Biography[];
        birthdays?: Birthday[];
        braggingRights?: BraggingRights[];
        coverPhotos?: CoverPhoto[];
        emailAddresses?: EmailAddress[];
        etag?: string;
        events?: GoogleAppsScript.People.Schema.Event[];
        genders?: GoogleAppsScript.People.Schema.Gender[];
        imClients?: ImClient[];
        interests?: Interest[];
        locales?: Locale[];
        memberships?: Membership[];
        metadata?: PersonMetadata;
        names?: GoogleAppsScript.People.Schema.Name[];
        nicknames?: Nickname[];
        occupations?: Occupation[];
        organizations?: Organization[];
        phoneNumbers?: PhoneNumber[];
        photos?: GoogleAppsScript.People.Schema.Photo[];
        relations?: Relation[];
        relationshipInterests?: RelationshipInterest[];
        relationshipStatuses?: RelationshipStatus[];
        residences?: Residence[];
        resourceName?: string;
        sipAddresses?: SipAddress[];
        skills?: Skill[];
        taglines?: Tagline[];
        urls?: Url[];
        userDefined?: UserDefined[];
    }
    Index

    Properties

    ageRange?: string
    ageRanges?: AgeRangeType[]
    biographies?: Biography[]
    birthdays?: Birthday[]
    braggingRights?: BraggingRights[]
    coverPhotos?: CoverPhoto[]
    emailAddresses?: EmailAddress[]
    etag?: string
    imClients?: ImClient[]
    interests?: Interest[]
    locales?: Locale[]
    memberships?: Membership[]
    metadata?: PersonMetadata
    nicknames?: Nickname[]
    occupations?: Occupation[]
    organizations?: Organization[]
    phoneNumbers?: PhoneNumber[]
    relations?: Relation[]
    relationshipInterests?: RelationshipInterest[]
    relationshipStatuses?: RelationshipStatus[]
    residences?: Residence[]
    resourceName?: string
    sipAddresses?: SipAddress[]
    skills?: Skill[]
    taglines?: Tagline[]
    urls?: Url[]
    userDefined?: UserDefined[]