Google Slides · Schema

WriteControl

Provides control over how write requests are executed. When a write request is made, the requiredRevisionId can be specified to indicate that the write should only succeed if the presentation's current revision matches the specified value.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
requiredRevisionId string The revision ID of the presentation required for the write request. If specified, the write request is only processed if the current revision ID of the presentation matches this value.
View JSON Schema on GitHub