Class FloorPlansPublishAutoLocateJobRequest
Update the status of a finished auto locate job to be published, and update device locations
[DataContract]
public class FloorPlansPublishAutoLocateJobRequest
- Inheritance
-
FloorPlansPublishAutoLocateJobRequest
- Inherited Members
Properties
Devices
The list of devices to publish positions for
[DataMember(Name = "devices")]
public List<FloorPlansPublishAutoLocateJobRequestDevice> Devices { get; set; }