GoogleApi.Slides.V1.Model.SpeakerSpotlightProperties (google_api_slides v0.24.0)
View SourceThe 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
@type t() :: %GoogleApi.Slides.V1.Model.SpeakerSpotlightProperties{ outline: GoogleApi.Slides.V1.Model.Outline.t() | nil, shadow: GoogleApi.Slides.V1.Model.Shadow.t() | nil }