MutateSharedSetResult

The result for the shared set mutate.

JSON representation
{
  "resourceName": string,
  "sharedSet": {
    object (SharedSet)
  }
}
Fields
resourceName

string

Returned for successful operations.

sharedSet

object (SharedSet)

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