MutateFeedItemResult

The result for the feed item mutate.

JSON representation
{
  "resourceName": string,
  "feedItem": {
    object (FeedItem)
  }
}
Fields
resourceName

string

Returned for successful operations.

feedItem

object (FeedItem)

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