Table of Contents

Class OrganizationAssuranceAlertScopeDevice

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class OrganizationAssuranceAlertScopeDevice
Inheritance
OrganizationAssuranceAlertScopeDevice
Inherited Members

Properties

Imei

IMEI of affected device

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

Property Value

string

Lldp

Port of affected device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lldp")]
public OrganizationAssuranceAlertScopeDeviceLldp Lldp { get; set; }

Property Value

OrganizationAssuranceAlertScopeDeviceLldp

Mac

MAC address of affected device

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

Property Value

string

Name

Name of affected device

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

Property Value

string

Order

Order of affected device in array

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "order")]
public int Order { get; set; }

Property Value

int

Serial

Serial of affected device

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

Property Value

string

Type

Type of affected device

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

Property Value

string

Url

URL of affected device

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

Property Value

string