修订版本 ID 不是序列号,而是模糊的字符串。修订 ID 的格式可能会随时间而变化,因此应以不透明的方式对待。返回的修订 ID 仅保证在返回后的 24 小时内有效,并且不能在用户之间共享。如果修订 ID 在两次调用之间保持不变,则呈现方式也不会改变。反之,如果 ID 发生变化(对于同一演示文稿和用户),通常表示演示文稿已更新。不过,ID 更改也可能是由内部因素(例如 ID 格式更改)导致的。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-11-09。"],[[["This documentation describes the Presentation resource within the Google Slides API, including its JSON representation and associated methods."],["The Presentation resource represents a Google Slides presentation and contains data like slides, layouts, masters, and page size."],["Several methods are available to interact with presentations, including `batchUpdate`, `create`, and `get` which can update, create or retrieve presentations respectively."],["The JSON structure of a Presentation object includes fields like `presentationId`, `slides`, `title`, `masters`, `layouts`, and more."]]],["This content outlines the structure and functionality of a Google Slides presentation. Key information includes the `presentationId`, `pageSize`, `title`, `locale`, and `revisionId`. A presentation contains `slides`, `masters`, and `layouts`, each with defined properties. `Masters` provide default styles, while `layouts` dictate content arrangement. `notesMaster` defines properties for notes pages. Key actions involve creating, retrieving, and updating presentations via `create`, `get`, and `batchUpdate` methods respectively.\n"]]