Class OptionalColor
A color that can either be fully opaque or fully transparent.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class OptionalColor : IDirectResponseSchema
Properties
Color
If set, this will be used as an opaque color. If unset, this represents a transparent color.
Declaration
[JsonProperty("color")]
public virtual Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |