Class FloorPlansAutoLocateJobsRequestJob
Floor Plan Auto Locate Jobs Request Job
[DataContract]
public class FloorPlansAutoLocateJobsRequestJob
- Inheritance
-
FloorPlansAutoLocateJobsRequestJob
- Inherited Members
Properties
FloorPlanId
The ID of the floor plan to run auto locate for
[DataMember(Name = "floorPlanId")]
public string FloorPlanId { get; set; }
Property Value
Refresh
The types of location data that should be refreshed for this job. The list must either contain both 'gnss' and 'ranging' or be empty, as we currently only support refreshing both 'gnss' and 'ranging', or neither.
[DataMember(Name = "refresh")]
public List<string> Refresh { get; set; }
Property Value
ScheduledAt
Timestamp in ISO8601 format which indicates when the auto locate job should be run. If omitted, the auto locate job will start immediately.
[DataMember(Name = "scheduledAt")]
public DateTime ScheduledAt { get; set; }