Table of Contents

Class NetworkClientBandwidthUsageHistory

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

Bandwidth usage

[DataContract]
public class NetworkClientBandwidthUsageHistory
Inheritance
NetworkClientBandwidthUsageHistory
Inherited Members

Properties

Downstream

The downstream traffic over a time range for clients on a network

[DataMember(Name = "downstream")]
public double Downstream { get; set; }

Property Value

double

Total

Total

[DataMember(Name = "total")]
public int Total { get; set; }

Property Value

int

Ts

TS

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

Property Value

string

Upstream

The upstream traffic over a time range for clients on a network

[DataMember(Name = "upstream")]
public double Upstream { get; set; }

Property Value

double