MutateCustomerResult

  • The result of the customer mutate operation includes fields like resource_name and the mutated customer object.

  • resource_name is a string returned for successful operations.

  • The customer object contains the mutated customer with only mutable fields and is returned when response_content_type is "MUTABLE_RESOURCE".

The result for the customer mutate.

Fields

resource_name

string

Returned for successful operations.

customer

Customer

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