google_api_slides v0.14.0 GoogleApi.Slides.V1.Model.LayoutReference View Source

Slide layout reference. This may reference either:

  • A predefined layout
  • One of the layouts in the presentation.

Attributes

  • layoutId (type: String.t, default: nil) - Layout ID: the object ID of one of the layouts in the presentation.
  • predefinedLayout (type: String.t, default: nil) - Predefined layout.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Slides.V1.Model.LayoutReference{
  layoutId: String.t(),
  predefinedLayout: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.