Google Docs · Schema

ReplaceAllTextResponse

The result of replacing text.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
occurrencesChanged integer The number of occurrences changed.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-replace-all-text-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplaceAllTextResponse",
  "type": "object",
  "description": "The result of replacing text.",
  "properties": {
    "occurrencesChanged": {
      "type": "integer",
      "description": "The number of occurrences changed."
    }
  }
}