View Source GoogleApi.Slides.V1.Model.LayoutReference (google_api_slides v0.22.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.