Show / Hide Table of Contents

Class LabelProperties

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

Properties

ETag

The ETag of the item.

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

EventLabels

Event labels defined on this calendar. If this is present when updating the calendar, it will replace the existing event labels. Extend the list to add a new event label, and remove entities from the list to delete a label from calendar. Each calendar can have a maximum of 200 labels.

Declaration
[JsonProperty("eventLabels")]
public virtual IList<EventLabel> EventLabels { get; set; }
Property Value
Type Description
IList<EventLabel>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX