Google Apps Script API
    Preparing search index...
    interface Name {
        familyName?: string;
        fullName?: string;
        givenName?: string;
    }
    Index

    Properties

    familyName?: string
    fullName?: string
    givenName?: string