Class OrganizationWirelessDevicesPowerModeHistoryItem
Power mode data item
[DataContract]
public class OrganizationWirelessDevicesPowerModeHistoryItem
- Inheritance
-
OrganizationWirelessDevicesPowerModeHistoryItem
- Inherited Members
Constructors
OrganizationWirelessDevicesPowerModeHistoryItem()
public OrganizationWirelessDevicesPowerModeHistoryItem()
Properties
Events
Events indicating power mode changes for the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "events")]
public List<OrganizationWirelessDevicesPowerModeHistoryEvent> Events { get; set; }
Property Value
Mac
MAC address of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Model
Model of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }
Property Value
Name
Name of the device
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Network
Information regarding the network the device belongs to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationWirelessDevicesPowerModeHistoryNetwork Network { get; set; }
Property Value
Serial
Unique serial number for the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Tags
List of custom tags for the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }