MutateFeedMappingResult

The result for the feed mapping mutate.

JSON representation
{
  "resourceName": string,
  "feedMapping": {
    object (FeedMapping)
  }
}
Fields
resourceName

string

Returned for successful operations.

feedMapping

object (FeedMapping)

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