GoogleApi.Slides.V1.Model.SpeakerSpotlightProperties (google_api_slides v0.24.0)

View Source

The properties of the SpeakerSpotlight.

Attributes

  • outline (type: GoogleApi.Slides.V1.Model.Outline.t, default: nil) - The outline of the Speaker Spotlight. If not set, it has no outline.
  • shadow (type: GoogleApi.Slides.V1.Model.Shadow.t, default: nil) - The shadow of the Speaker Spotlight. If not set, it has no shadow.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.SpeakerSpotlightProperties{
  outline: GoogleApi.Slides.V1.Model.Outline.t() | nil,
  shadow: GoogleApi.Slides.V1.Model.Shadow.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.