GoogleApi.Slides.V1.Model.LayoutReference (google_api_slides v0.17.0) 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() | nil,
  predefinedLayout: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.