Google Slides · JSON Structure

Google Slides Update Slides Position Request Structure

Type: object Properties: 2
CollaborationGoogle WorkspacePresentationsProductivitySlides

UpdateSlidesPositionRequest is a JSON Structure definition published by Google Slides, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

slideObjectIds insertionIndex

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateSlidesPositionRequest",
  "type": "object",
  "properties": {
    "slideObjectIds": {
      "type": "array"
    },
    "insertionIndex": {
      "type": "integer"
    }
  }
}