Class: Google::Apis::SlidesV1::SpeakerSpotlight

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/slides_v1/classes.rb,
lib/google/apis/slides_v1/representations.rb,
lib/google/apis/slides_v1/representations.rb

Overview

A PageElement kind representing a Speaker Spotlight.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SpeakerSpotlight

Returns a new instance of SpeakerSpotlight.



3637
3638
3639
# File 'lib/google/apis/slides_v1/classes.rb', line 3637

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#speaker_spotlight_propertiesGoogle::Apis::SlidesV1::SpeakerSpotlightProperties

The properties of the SpeakerSpotlight. Corresponds to the JSON property speakerSpotlightProperties



3635
3636
3637
# File 'lib/google/apis/slides_v1/classes.rb', line 3635

def speaker_spotlight_properties
  @speaker_spotlight_properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3642
3643
3644
# File 'lib/google/apis/slides_v1/classes.rb', line 3642

def update!(**args)
  @speaker_spotlight_properties = args[:speaker_spotlight_properties] if args.key?(:speaker_spotlight_properties)
end