notesProperties | object | The properties of Page that are only relevant for pages with page_type NOTES. |
pageProperties | object | The 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. |
pageType | string | The type of the page. |
masterProperties | object | The properties of Page that are only relevant for pages with page_type MASTER. |
slideProperties | object | The properties of Page that are only relevant for pages with page_type SLIDE. |
pageElements | array | The page elements rendered on the page. |
layoutProperties | object | The properties of Page are only relevant for pages with page_type LAYOUT. |
objectId | string | The object ID for this page. Object IDs used by Page and PageElement share the same namespace. |
revisionId | string | Output 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. |