Table of Contents

Class OrganizationInsightApplicationUpdateRequestThresholds

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

Thresholds defined by a user for each application

[DataContract]
public class OrganizationInsightApplicationUpdateRequestThresholds
Inheritance
OrganizationInsightApplicationUpdateRequestThresholds
Inherited Members

Constructors

OrganizationInsightApplicationUpdateRequestThresholds()

public OrganizationInsightApplicationUpdateRequestThresholds()

Properties

Goodput

Number of useful information bits delivered over a network per unit of time

[DataMember(Name = "goodput")]
public int? Goodput { get; set; }

Property Value

int?

ResponseTime

Duration of the response, in milliseconds

[DataMember(Name = "responseTime")]
public int? ResponseTime { get; set; }

Property Value

int?