Show / Hide Table of Contents

Class Colors

Inheritance
System.Object
Colors
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class Colors : IDirectResponseSchema

Properties

Calendar

A global palette of calendar colors, mapping from the color ID to its definition. A calendarListEntry resource refers to one of these color IDs in its color field. Read-only.

Declaration
[JsonProperty("calendar")]
public virtual IDictionary<string, ColorDefinition> Calendar { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, ColorDefinition>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Event__

A global palette of event colors, mapping from the color ID to its definition. An event resource may refer to one of these color IDs in its color field. Read-only.

Declaration
[JsonProperty("event")]
public virtual IDictionary<string, ColorDefinition> Event__ { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, ColorDefinition>

Kind

Type of the resource ("calendar#colors").

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Updated

System.DateTime representation of UpdatedRaw.

Declaration
[JsonIgnore]
public virtual DateTime? Updated { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

UpdatedRaw

Last modification time of the color palette (as a RFC3339 timestamp). Read-only.

Declaration
[JsonProperty("updated")]
public virtual string UpdatedRaw { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top