google_api_slides v0.4.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 (String.t): Layout ID: the object ID of one of the layouts in the presentation. Defaults to: null.
  • predefinedLayout (String.t): Predefined layout. Defaults to: null.

    • Enum - one of [PREDEFINED_LAYOUT_UNSPECIFIED, BLANK, CAPTION_ONLY, TITLE, TITLE_AND_BODY, TITLE_AND_TWO_COLUMNS, TITLE_ONLY, SECTION_HEADER, SECTION_TITLE_AND_DESCRIPTION, ONE_COLUMN_TEXT, MAIN_POINT, BIG_NUMBER]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.