Show / Hide Table of Contents

Class EnterpriseTopazSidekickFindMeetingTimeCardProto

Response to find meeting time among a set of people.

Inheritance
object
EnterpriseTopazSidekickFindMeetingTimeCardProto
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 EnterpriseTopazSidekickFindMeetingTimeCardProto : IDirectResponseSchema

Properties

CommonAvailableTimeSlots

Slots when all attendees have availability.

Declaration
[JsonProperty("commonAvailableTimeSlots")]
public virtual IList<EnterpriseTopazSidekickTimeSlot> CommonAvailableTimeSlots { get; set; }
Property Value
Type Description
IList<EnterpriseTopazSidekickTimeSlot>

ETag

The ETag of the item.

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

Invitees

Invitees to the event.

Declaration
[JsonProperty("invitees")]
public virtual IList<EnterpriseTopazSidekickPerson> Invitees { get; set; }
Property Value
Type Description
IList<EnterpriseTopazSidekickPerson>

Requester

Requester.

Declaration
[JsonProperty("requester")]
public virtual EnterpriseTopazSidekickPerson Requester { get; set; }
Property Value
Type Description
EnterpriseTopazSidekickPerson

ScheduledMeeting

Details about the scheduled meeting, if one exists.

Declaration
[JsonProperty("scheduledMeeting")]
public virtual EnterpriseTopazSidekickScheduledMeeting ScheduledMeeting { get; set; }
Property Value
Type Description
EnterpriseTopazSidekickScheduledMeeting

SkippedInvitees

Invitees that have been skipped in the computation, most likely because they are groups.

Declaration
[JsonProperty("skippedInvitees")]
public virtual IList<EnterpriseTopazSidekickPerson> SkippedInvitees { get; set; }
Property Value
Type Description
IList<EnterpriseTopazSidekickPerson>

TimeBoundaries

Min and max timestamp used to find a common available timeslot.

Declaration
[JsonProperty("timeBoundaries")]
public virtual EnterpriseTopazSidekickTimeSlot TimeBoundaries { get; set; }
Property Value
Type Description
EnterpriseTopazSidekickTimeSlot

TimezoneId

Timezone ID.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX