Google Apps Script API
    Preparing search index...
    interface BatchCreateContactsRequest {
        contacts?: ContactToCreate[];
        readMask?: string;
        sources?: string[];
    }
    Index

    Properties

    contacts?: ContactToCreate[]
    readMask?: string
    sources?: string[]