Show / Hide Table of Contents

Class EnterpriseTopazSidekickAgendaGroupCardProtoContext

The context that resulted in the generation of the card.

Inheritance
object
EnterpriseTopazSidekickAgendaGroupCardProtoContext
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickAgendaGroupCardProtoContext : IDirectResponseSchema

Properties

Context

User friendly free text that describes the context of the card (e.g. "Next meeting with Bob"). This is largely only applicable when the card is generated from a query.

Declaration
[JsonProperty("context")]
public virtual string Context { get; set; }
Property Value
Type Description
string

Date

Localized free text that describes the dates represented by the card. Currently, the card will only represent a single day.

Declaration
[JsonProperty("date")]
public virtual string Date { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

EventsRestrict

Represents restrictions applied to the events requested in the user's query.

Declaration
[JsonProperty("eventsRestrict")]
public virtual string EventsRestrict { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX