GoogleApi.Slides.V1.Model.Page (google_api_slides v0.24.0)

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) - 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.
  • slideProperties (type: GoogleApi.Slides.V1.Model.SlideProperties.t, default: nil) - Slide specific properties. Only set if page_type = SLIDE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.