Table of Contents

Class FloorPlansAutoLocateJobsResponseJobRanging

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

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

FloorPlansAutoLocateJobsResponseJobCompleted

Status

Ranging status. Possible values: 'scheduled', 'in progress', 'error', 'finished', 'no neighbors'

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string