Table of Contents

Class OrganizationInsightApplicationThresholdsByNetworkItem

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

Threshold for a network

[DataContract]
public class OrganizationInsightApplicationThresholdsByNetworkItem
Inheritance
OrganizationInsightApplicationThresholdsByNetworkItem
Inherited Members

Constructors

OrganizationInsightApplicationThresholdsByNetworkItem()

public OrganizationInsightApplicationThresholdsByNetworkItem()

Properties

Goodput

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

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

Property Value

int

NetworkId

Network identifier

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string

ResponseDuration

Duration of the response, in milliseconds

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public int ResponseDuration { get; set; }

Property Value

int