Google Docs · Schema

InsertInlineImageResponse

The result of inserting an inline image.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
objectId string The ID of the created InlineObject.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-insert-inline-image-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InsertInlineImageResponse",
  "type": "object",
  "description": "The result of inserting an inline image.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The ID of the created InlineObject."
    }
  }
}