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