Table of Contents

Class FloorPlansAutoLocateJobsRequest

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

Floor Plan Auto Locate Jobs Request

[DataContract]
public class FloorPlansAutoLocateJobsRequest
Inheritance
FloorPlansAutoLocateJobsRequest
Inherited Members

Properties

Jobs

The list of auto locate jobs to be scheduled. Up to 100 jobs can be provided in a request.

[DataMember(Name = "jobs")]
public List<FloorPlansAutoLocateJobsRequestJob> Jobs { get; set; }

Property Value

List<FloorPlansAutoLocateJobsRequestJob>