Table of Contents

Class OrganizationsInventoryOnboardingCloudMonitoringImportDevice

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

Represents the details of an imported device.

[DataContract]
public class OrganizationsInventoryOnboardingCloudMonitoringImportDevice
Inheritance
OrganizationsInventoryOnboardingCloudMonitoringImportDevice
Inherited Members

Constructors

OrganizationsInventoryOnboardingCloudMonitoringImportDevice()

public OrganizationsInventoryOnboardingCloudMonitoringImportDevice()

Properties

Created

Whether or not the device was successfully created in dashboard.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "created")]
public bool Created { get; set; }

Property Value

bool

Status

Represents the current state of importing the device.

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

Property Value

string

Url

The url to the device details page within dashboard.

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

Property Value

string