Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.

MutateMediaFileResult

The result for the media file mutate.

JSON representation
{
  "resourceName": string,
  "mediaFile": {
    object (MediaFile)
  }
}
Fields
resourceName

string

The resource name returned for successful operations.

mediaFile

object (MediaFile)

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