CustomerOperation

A single update on a customer.

JSON representation
{
  "update": {
    object (Customer)
  },
  "updateMask": string
}
Fields
update

object (Customer)

Mutate operation. Only updates are supported for customer.

updateMask

string (FieldMask format)

FieldMask that determines which resource fields are modified in an update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".