Table of Contents

Class Wifi

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

Wi-fi

[DataContract]
public class Wifi
Inheritance
Wifi
Inherited Members

Properties

EndTime

End time

[DataMember(Name = "end_ts")]
public DateTime EndTime { get; set; }

Property Value

DateTime

StartTime

Start time

[DataMember(Name = "start_ts")]
public DateTime StartTime { get; set; }

Property Value

DateTime

UtilizationNonWifi

Utilization non-wifi

[DataMember(Name = "non_wifi")]
public double UtilizationNonWifi { get; set; }

Property Value

double

UtilizationTotal

Utilization total

[DataMember(Name = "utilization")]
public double UtilizationTotal { get; set; }

Property Value

double

UtilizationWifi

Utilization wifi

[DataMember(Name = "wifi")]
public double UtilizationWifi { get; set; }

Property Value

double