Class EnterpriseTopazSidekickTimeSlot
Slot of time.
Implements
Inherited Members
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? |