GoogleApi.Slides.V1.Model.LayoutReference (google_api_slides v0.24.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.