Class EnterpriseTopazSidekickGap
Inheritance
EnterpriseTopazSidekickGap
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickGap : IDirectResponseSchema
Properties
DisplayRemainingTime
Localized time string in the format: 1 hour 15 minutes
Declaration
[JsonProperty("displayRemainingTime")]
public virtual string DisplayRemainingTime { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndTime
Localized time string in the format:(Locale CZ) 8:30 odp.
Declaration
[JsonProperty("endTime")]
public virtual string EndTime { get; set; }
Property Value
EndTimeMs
Declaration
[JsonProperty("endTimeMs")]
public virtual ulong? EndTimeMs { get; set; }
Property Value
RemainingTime
Declaration
[JsonProperty("remainingTime")]
public virtual object RemainingTime { get; set; }
Property Value
StartTime
Localized time string in the format:(Locale CZ) 8:30 odp.
Declaration
[JsonProperty("startTime")]
public virtual string StartTime { get; set; }
Property Value
StartTimeMs
Declaration
[JsonProperty("startTimeMs")]
public virtual ulong? StartTimeMs { get; set; }
Property Value
Implements