Class FloorPlansAutoLocateJobsResponseJobGnss
Floor Plan Auto Locate Jobs Response Job Gnss
[DataContract]
public class FloorPlansAutoLocateJobsResponseJobGnss
- Inheritance
-
FloorPlansAutoLocateJobsResponseJobGnss
- Inherited Members
Properties
Completed
Progress information for the GNSS acquisition process
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "completed")]
public FloorPlansAutoLocateJobsResponseJobCompleted Completed { get; set; }
Property Value
Status
GNSS status. Possible values: 'scheduled', 'in progress', 'error', 'finished', 'not applicable', 'canceled'
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }