Table of Contents

Class UplinksLossAndLatencyResponse

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

Response

[DataContract]
public class UplinksLossAndLatencyResponse
Inheritance
UplinksLossAndLatencyResponse
Inherited Members

Properties

Ip

Ip

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

Property Value

string

NetworkId

Network id

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

Property Value

string

Serial

Serial

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

Property Value

string

TimeSeries

Time series

[DataMember(Name = "timeSeries")]
public List<TimeSeries> TimeSeries { get; set; }

Property Value

List<TimeSeries>

Uplink

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

Property Value

string