Table of Contents

Class BandwidthUsageHistory

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class BandwidthUsageHistory
Inheritance
BandwidthUsageHistory
Inherited Members

Properties

Downstream

Downstream

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

Property Value

int

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

Upstream

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

Property Value

int