Class FloorPlansAutoLocateJobsResponseJob
Floor Plan Auto Locate Jobs Response Job
[DataContract]
public class FloorPlansAutoLocateJobsResponseJob
- Inheritance
-
FloorPlansAutoLocateJobsResponseJob
- Inherited Members
Properties
Completed
Auto locate job progress information
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "completed")]
public FloorPlansAutoLocateJobsResponseJobCompleted Completed { get; set; }
Property Value
Errors
List of errors that occurred during a failed run of auto locate
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "errors")]
public List<FloorPlansAutoLocateJobsResponseJobError> Errors { get; set; }
Property Value
FloorPlanId
The ID of the floor plan to run auto locate for
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "floorPlanId")]
public string FloorPlanId { get; set; }
Property Value
Gnss
GNSS (e.g. GPS) status and progress information
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "gnss")]
public FloorPlansAutoLocateJobsResponseJobGnss Gnss { get; set; }
Property Value
Id
Auto locate job ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
NetworkId
Network ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
Ranging
Ranging status and progress information
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ranging")]
public FloorPlansAutoLocateJobsResponseJobRanging Ranging { get; set; }
Property Value
ScheduledAt
Scheduled start time for auto locate job
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "scheduledAt")]
public DateTime ScheduledAt { get; set; }
Property Value
Status
Auto locate job status. Possible values: 'scheduled', 'in progress', 'canceling', 'error', 'finished', 'published', 'canceled'
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }