Google Slides · Schema

CreateVideoRequest

Creates a video.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string A user-supplied object ID.
source string The video source.
id string The video source's unique identifier for this video.
View JSON Schema on GitHub

JSON Schema

google-slides-create-video-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateVideoRequest",
  "type": "object",
  "description": "Creates a video.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "A user-supplied object ID."
    },
    "source": {
      "type": "string",
      "description": "The video source."
    },
    "id": {
      "type": "string",
      "description": "The video source's unique identifier for this video.\n"
    }
  }
}