Show / Hide Table of Contents

Class EnterpriseTopazSidekickGap

Inheritance
object
EnterpriseTopazSidekickGap
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 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
Type Description
string

ETag

The ETag of the item.

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

EndTime

Localized time string in the format:(Locale CZ) 8:30 odp.

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

EndTimeMs

Declaration
[JsonProperty("endTimeMs")]
public virtual ulong? EndTimeMs { get; set; }
Property Value
Type Description
ulong?

RemainingTime

Declaration
[JsonProperty("remainingTime")]
public virtual object RemainingTime { get; set; }
Property Value
Type Description
object

StartTime

Localized time string in the format:(Locale CZ) 8:30 odp.

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

StartTimeMs

Declaration
[JsonProperty("startTimeMs")]
public virtual ulong? StartTimeMs { get; set; }
Property Value
Type Description
ulong?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX