Table of Contents

Class UplinkUsage

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

Uplink Usage

[DataContract]
public class UplinkUsage
Inheritance
UplinkUsage
Inherited Members

Constructors

UplinkUsage()

public UplinkUsage()

Properties

ReceivedBytes

Gets the received bytes

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

Property Value

long

SentBytes

Gets the sent bytes

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

Property Value

long

Gets the uplink

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

Property Value

Uplink