MutateFeedResult

The result for the feed mutate.

JSON representation
{
  "resourceName": string,
  "feed": {
    object (Feed)
  }
}
Fields
resourceName

string

Returned for successful operations.

feed

object (Feed)

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