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



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

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



3639
3640
3641
# File 'lib/google/apis/slides_v1/classes.rb', line 3639

def speaker_spotlight_properties
  @speaker_spotlight_properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3646
3647
3648
# File 'lib/google/apis/slides_v1/classes.rb', line 3646

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