Table of Contents

Class FloorPlansAutoLocateStatusJob

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

Floor Plan Auto Locate Status Job

[DataContract]
public class FloorPlansAutoLocateStatusJob
Inheritance
FloorPlansAutoLocateStatusJob
Inherited Members

Properties

Completed

Auto locate job progress information

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "completed")]
public FloorPlansAutoLocateJobsResponseJobCompleted Completed { get; set; }

Property Value

FloorPlansAutoLocateJobsResponseJobCompleted

Errors

List of errors that occurred during a failed run of auto locate

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "errors")]
public List<FloorPlansAutoLocateJobsResponseJobError> Errors { get; set; }

Property Value

List<FloorPlansAutoLocateJobsResponseJobError>

Gnss

GNSS (e.g. GPS) status and progress information

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "gnss")]
public FloorPlansAutoLocateJobsResponseJobGnss Gnss { get; set; }

Property Value

FloorPlansAutoLocateJobsResponseJobGnss

Id

Auto locate job ID

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

Property Value

string

Ranging

Ranging status and progress information

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ranging")]
public FloorPlansAutoLocateJobsResponseJobRanging Ranging { get; set; }

Property Value

FloorPlansAutoLocateJobsResponseJobRanging

ScheduledAt

Scheduled start time for auto locate job

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "scheduledAt")]
public DateTime ScheduledAt { get; set; }

Property Value

DateTime

Status

Auto locate job status. Possible values: 'scheduled', 'in progress', 'canceling', 'error', 'finished', 'published', 'canceled'

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

Property Value

string