Google Docs · Schema

CreateHeaderResponse

The result of creating a header.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
headerId string The ID of the created header.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-create-header-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateHeaderResponse",
  "type": "object",
  "description": "The result of creating a header.",
  "properties": {
    "headerId": {
      "type": "string",
      "description": "The ID of the created header."
    }
  }
}