MutateCustomerCustomizerResult

  • The content describes the result of a customizer attribute mutate operation.

  • The result includes resource_name for successful operations and customer_customizer which returns the mutated CustomerCustomizer under specific conditions.

  • The customer_customizer field is only returned when response_content_type is set to "MUTABLE_RESOURCE".

The result for the customizer attribute mutate.

Fields

resource_name

string

Returned for successful operations.

customer_customizer

CustomerCustomizer

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