Google Docs · Schema

CreateNamedRangeResponse

The result of creating a named range.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
namedRangeId string The ID of the created named range.
View JSON Schema on GitHub

JSON Schema

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