Table of Contents

Class FloorPlansPublishAutoLocateJobRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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; }

Property Value

List<FloorPlansPublishAutoLocateJobRequestDevice>