Show / Hide Table of Contents

Class EnterpriseTopazSidekickTimeSlot

Slot of time.

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

Properties

ETag

The ETag of the item.

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

EndTimeDay

Day end time at the user's timezone.

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

EndTimeHourAndMinute

Hour and minute of the end time at the user's timezone.

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

EndTimeInMillis

End time in milliseconds.

Declaration
[JsonProperty("endTimeInMillis")]
public virtual long? EndTimeInMillis { get; set; }
Property Value
Type Description
long?

StartTimeDay

Day start time at user's timezone.

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

StartTimeHourAndMinute

Hour and minute of the start time at the user's timezone.

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

StartTimeInMillis

Start time in milliseconds.

Declaration
[JsonProperty("startTimeInMillis")]
public virtual long? StartTimeInMillis { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX