Table of Contents

Class UplinkUsage

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

Properties

ReceivedBytes

[DataMember(Name = "received")]
public long ReceivedBytes { get; set; }

Property Value

long

SentBytes

[DataMember(Name = "sent")]
public long SentBytes { get; set; }

Property Value

long
[DataMember(Name = "interface")]
public Uplink Uplink { get; set; }

Property Value

Uplink