Table of Contents

Class InsightApplication

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

Insight application

[DataContract]
public class InsightApplication
Inheritance
InsightApplication
Inherited Members

Properties

ApplicationId

Application id

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

Property Value

string

Name

Name

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

Property Value

string

Thresholds

Thresholds

[DataMember(Name = "thresholds")]
public Thresholds Thresholds { get; set; }

Property Value

Thresholds