Class NoOverlapGpsFailureDetails
Details related to PhotoSequenceProcessingFailureReason#NO_OVERLAP_GPS.
Implements
Inherited Members
Namespace: Google.Apis.StreetViewPublish.v1.Data
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class NoOverlapGpsFailureDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GpsEndTime
object representation of GpsEndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use GpsEndTimeDateTimeOffset instead.")]
public virtual object GpsEndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
GpsEndTimeDateTimeOffset
DateTimeOffset representation of GpsEndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? GpsEndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
GpsEndTimeRaw
Time of last recorded GPS point.
Declaration
[JsonProperty("gpsEndTime")]
public virtual string GpsEndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
GpsStartTime
object representation of GpsStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use GpsStartTimeDateTimeOffset instead.")]
public virtual object GpsStartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
GpsStartTimeDateTimeOffset
DateTimeOffset representation of GpsStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? GpsStartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
GpsStartTimeRaw
Time of first recorded GPS point.
Declaration
[JsonProperty("gpsStartTime")]
public virtual string GpsStartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
VideoEndTime
object representation of VideoEndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use VideoEndTimeDateTimeOffset instead.")]
public virtual object VideoEndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
VideoEndTimeDateTimeOffset
DateTimeOffset representation of VideoEndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? VideoEndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
VideoEndTimeRaw
End time of video.
Declaration
[JsonProperty("videoEndTime")]
public virtual string VideoEndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
VideoStartTime
object representation of VideoStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use VideoStartTimeDateTimeOffset instead.")]
public virtual object VideoStartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
VideoStartTimeDateTimeOffset
DateTimeOffset representation of VideoStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? VideoStartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
VideoStartTimeRaw
Start time of video.
Declaration
[JsonProperty("videoStartTime")]
public virtual string VideoStartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |