MutateCustomerResult

The result for the customer mutate.

JSON representation
{
  "resourceName": string,
  "customer": {
    object (Customer)
  }
}
Fields
resourceName

string

Returned for successful operations.

customer

object (Customer)

The mutated customer with only mutable fields after mutate. The fields will only be returned when responseContentType is set to "MUTABLE_RESOURCE".