Table of Contents

Class DataRateHistory

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

Data rate history

[DataContract]
public class DataRateHistory
Inheritance
DataRateHistory
Inherited Members

Properties

AverageKbps

Average Kbps

[DataMember(Name = "averageKbps")]
public int AverageKbps { get; set; }

Property Value

int

DownloadKbps

Download Kbps

[DataMember(Name = "downloadKbps")]
public int DownloadKbps { get; set; }

Property Value

int

EndTs

EndTs

[DataMember(Name = "endTs")]
public string EndTs { get; set; }

Property Value

string

StartTs

StartTs

[DataMember(Name = "startTs")]
public string StartTs { get; set; }

Property Value

string

UploadKbps

UploadKbps

[DataMember(Name = "uploadKbps")]
public int UploadKbps { get; set; }

Property Value

int