google_api_slides v0.12.0 GoogleApi.Slides.V1.Model.Page View Source

A page in a presentation.

Attributes

  • layoutProperties (type: GoogleApi.Slides.V1.Model.LayoutProperties.t, default: nil) - Layout specific properties. Only set if page_type = LAYOUT.

  • masterProperties (type: GoogleApi.Slides.V1.Model.MasterProperties.t, default: nil) - Master specific properties. Only set if page_type = MASTER.

  • notesProperties (type: GoogleApi.Slides.V1.Model.NotesProperties.t, default: nil) - Notes specific properties. Only set if page_type = NOTES.

  • objectId (type: String.t, default: nil) - The object ID for this page. Object IDs used by Page and PageElement share the same namespace.

  • pageElements (type: list(GoogleApi.Slides.V1.Model.PageElement.t), default: nil) - The page elements rendered on the page.

  • pageProperties (type: GoogleApi.Slides.V1.Model.PageProperties.t, default: nil) - The properties of the page.

  • pageType (type: String.t, default: nil) - The type of the page.

  • revisionId (type: String.t, default: nil) - The revision ID of the presentation containing this page. Can be used in update requests to assert that the presentation revision hasn't changed since the last read operation. Only populated if the user has edit access to the presentation.

    The format of the revision ID may change over time, so it should be treated opaquely. 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.

  • slideProperties (type: GoogleApi.Slides.V1.Model.SlideProperties.t, default: nil) - Slide specific properties. Only set if page_type = SLIDE.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Slides.V1.Model.Page{
  layoutProperties: GoogleApi.Slides.V1.Model.LayoutProperties.t(),
  masterProperties: GoogleApi.Slides.V1.Model.MasterProperties.t(),
  notesProperties: GoogleApi.Slides.V1.Model.NotesProperties.t(),
  objectId: String.t(),
  pageElements: [GoogleApi.Slides.V1.Model.PageElement.t()],
  pageProperties: GoogleApi.Slides.V1.Model.PageProperties.t(),
  pageType: String.t(),
  revisionId: String.t(),
  slideProperties: GoogleApi.Slides.V1.Model.SlideProperties.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.