Table of Contents

Class HealthAlert

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

Health alert

[DataContract]
public class HealthAlert
Inheritance
HealthAlert
Inherited Members

Properties

Category

Category

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

Property Value

string

Id

Id

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

Property Value

string

Scope

Scope

[DataMember(Name = "scope")]
public HealthAlertScope Scope { get; set; }

Property Value

HealthAlertScope

Severity

Severity

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

Property Value

string

Type

Type

public string Type { get; set; }

Property Value

string