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.

MediaFileOperation

A single operation to create media file.

JSON representation
{

  // Union field operation can be only one of the following:
  "create": {
    object (MediaFile)
  }
  // End of list of possible types for union field operation.
}
Fields
Union field operation. The mutate operation. operation can be only one of the following:
create

object (MediaFile)

Create operation: No resource name is expected for the new media file.