Table of Contents

Class HealthAlertScopeDevices

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

Health alert scope device

[DataContract]
public class HealthAlertScopeDevices
Inheritance
HealthAlertScopeDevices
Inherited Members

Properties

Clients

Clients

[DataMember(Name = "clients")]
public List<Client> Clients { get; set; }

Property Value

List<Client>

Lldp

Lldp

[DataMember(Name = "lldp")]
public HealthAlertScopeDevicesLldp Lldp { get; set; }

Property Value

HealthAlertScopeDevicesLldp

Mac

Mac

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

Property Value

string

Name

Name

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

Property Value

string

ProductType

Product type

[DataMember(Name = "productType")]
public string ProductType { get; set; }

Property Value

string

Serial

Serial

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

Property Value

string

Url

Url

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

Property Value

string