MutateCustomerFeedResult

The result for the customer feed mutate.

JSON representation
{
  "resourceName": string,
  "customerFeed": {
    object (CustomerFeed)
  }
}
Fields
resourceName

string

Returned for successful operations.

customerFeed

object (CustomerFeed)

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