Table of Contents

Class UsageSummary

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

Usage summary

[DataContract]
public class UsageSummary
Inheritance
UsageSummary
Inherited Members

Properties

ReceivedInKilobytes

Received in kilobytes

[DataMember(Name = "receivedInKilobytes")]
public int ReceivedInKilobytes { get; set; }

Property Value

int

SentInKilobytes

Sent in kilobytes

[DataMember(Name = "sentInKilobytes")]
public int SentInKilobytes { get; set; }

Property Value

int