MutateLabelResult

The result for a label mutate.

JSON representation
{
  "resourceName": string,
  "label": {
    object (Label)
  }
}
Fields
resourceName

string

Returned for successful operations.

label

object (Label)

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