Class OrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByIntervalItem
Organization Wireless Devices Channel Utilization History By Device By Interval Item
[DataContract]
public class OrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByIntervalItem
- Inheritance
-
OrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByIntervalItem
- Inherited Members
Constructors
OrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByIntervalItem()
public OrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByIntervalItem()
Properties
ByBand
Channel utilization broken down by band.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byBand")]
public List<OrganizationWirelessDevicesChannelUtilizationByBandItem> ByBand { get; set; }
Property Value
EndTs
The end time of the channel utilization interval.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }
Property Value
Mac
The MAC address of the device.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Network
Network for the given utilization metrics.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationWirelessDevicesChannelUtilizationNetwork Network { get; set; }
Property Value
Serial
The serial number for the device.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
StartTs
The start time of the channel utilization interval.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }