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