Google Slides · Schema

ReplaceAllTextResponse

The result of replacing text.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

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

JSON Schema

google-slides-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 by replacing all text."
    }
  }
}