Table of Contents

Class HealthAlertScope

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

Health alert scope

[DataContract]
public class HealthAlertScope
Inheritance
HealthAlertScope
Inherited Members

Properties

Applications

Applications

[DataMember(Name = "applications")]
public List<ApplicationJson> Applications { get; set; }

Property Value

List<ApplicationJson>

Devices

Devices

[DataMember(Name = "devices")]
public List<HealthAlertScopeDevices> Devices { get; set; }

Property Value

List<HealthAlertScopeDevices>

Peers

Peers

[DataMember(Name = "peers")]
public List<HealthAlertScopePeer> Peers { get; set; }

Property Value

List<HealthAlertScopePeer>