Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface UpdateContactRequestData

    interface UpdateContactRequestData {
        contact_id: string;
        update_mask?: string[];
        updateContactRequestBody: Contact;
    }
    Index

    Properties

    contact_id: string

    The unique ID of the contact.

    update_mask?: string[]

    The set of field mask paths.

    updateContactRequestBody: Contact

    The updated contact.