Google Slides · Schema

UpdateVideoPropertiesRequest

Update the properties of a Video.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the video.
fields string The fields that should be updated.
View JSON Schema on GitHub

JSON Schema

google-slides-update-video-properties-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateVideoPropertiesRequest",
  "type": "object",
  "description": "Update the properties of a Video.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the video."
    },
    "fields": {
      "type": "string",
      "description": "The fields that should be updated."
    }
  }
}