Table of Contents

Class ColorDefinition

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class ColorDefinition : IDirectResponseSchema
Inheritance
ColorDefinition
Implements
IDirectResponseSchema
Inherited Members

Constructors

ColorDefinition()

public ColorDefinition()

Properties

Background

The background color associated with this color definition.

public virtual string Background { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Foreground

The foreground color that can be used to write on top of a background with 'background' color.

public virtual string Foreground { get; set; }

Property Value

string