Class SpeakerSpotlightProperties
The properties of the SpeakerSpotlight.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class SpeakerSpotlightProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Outline
The outline of the Speaker Spotlight. If not set, it has no outline.
Declaration
[JsonProperty("outline")]
public virtual Outline Outline { get; set; }
Property Value
Type | Description |
---|---|
Outline |
Shadow
The shadow of the Speaker Spotlight. If not set, it has no shadow.
Declaration
[JsonProperty("shadow")]
public virtual Shadow Shadow { get; set; }
Property Value
Type | Description |
---|---|
Shadow |