Class ThemeColorPair
A pair mapping a theme color type to the concrete color it represents.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class ThemeColorPair : IDirectResponseSchema
Properties
Color
The concrete color corresponding to the theme color type above.
Declaration
[JsonProperty("color")]
public virtual RgbColor Color { get; set; }
Property Value
Type | Description |
---|---|
RgbColor |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the theme color.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |