Skip to main content

pages

Overview

Namepages
TypeResource
Idgoogleworkspace.slides.pages

Fields

NameDatatypeDescription
notesPropertiesobjectThe properties of Page that are only relevant for pages with page_type NOTES.
pagePropertiesobjectThe properties of the Page. The page will inherit properties from the parent page. Depending on the page type the hierarchy is defined in either SlideProperties or LayoutProperties.
pageTypestringThe type of the page.
masterPropertiesobjectThe properties of Page that are only relevant for pages with page_type MASTER.
slidePropertiesobjectThe properties of Page that are only relevant for pages with page_type SLIDE.
pageElementsarrayThe page elements rendered on the page.
layoutPropertiesobjectThe properties of Page are only relevant for pages with page_type LAYOUT.
objectIdstringThe object ID for this page. Object IDs used by Page and PageElement share the same namespace.
revisionIdstringOutput only. The revision ID of the presentation. Can be used in update requests to assert the presentation revision hasn't changed since the last read operation. Only populated if the user has edit access to the presentation. The revision ID is not a sequential number but an opaque string. The format of the revision ID might change over time. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated. However, a changed ID can also be due to internal factors such as ID format changes.

Methods

NameAccessible byRequired Params
presentations_pages_getSELECTpageObjectId, presentationId