Google Docs · Schema

CreateNamedRangeRequest

Creates a NamedRange referencing the given range.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
name string The name of the NamedRange. Names do not need to be unique.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-create-named-range-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateNamedRangeRequest",
  "type": "object",
  "description": "Creates a NamedRange referencing the given range.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the NamedRange. Names do not need to be unique."
    }
  }
}