Table of Contents

Class OrganizationInsightApplicationCreateRequestThresholds

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

Thresholds defined by a user for each application

[DataContract]
public class OrganizationInsightApplicationCreateRequestThresholds
Inheritance
OrganizationInsightApplicationCreateRequestThresholds
Inherited Members

Constructors

OrganizationInsightApplicationCreateRequestThresholds()

public OrganizationInsightApplicationCreateRequestThresholds()

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