Class EnterpriseTopazSidekickConflictingEventsCardProto
Conflicting meetings card proto.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickConflictingEventsCardProto : IDirectResponseSchema
Properties
ConflictingEvent
All the events that conflict with main_event.
Declaration
[JsonProperty("conflictingEvent")]
public virtual IList<EnterpriseTopazSidekickAgendaEntry> ConflictingEvent { get; set; }
Property Value
Type | Description |
---|---|
IList<EnterpriseTopazSidekickAgendaEntry> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MainEvent
The event identified as being the most important.
Declaration
[JsonProperty("mainEvent")]
public virtual EnterpriseTopazSidekickAgendaEntry MainEvent { get; set; }
Property Value
Type | Description |
---|---|
EnterpriseTopazSidekickAgendaEntry |