Table of Contents

Class OrganizationWirelessDevicesPowerModeHistoryItem

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

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

List<OrganizationWirelessDevicesPowerModeHistoryEvent>

Mac

MAC address of the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }

Property Value

string

Model

Model of the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }

Property Value

string

Name

Name of the device

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Network

Information regarding the network the device belongs to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationWirelessDevicesPowerModeHistoryNetwork Network { get; set; }

Property Value

OrganizationWirelessDevicesPowerModeHistoryNetwork

Serial

Unique serial number for the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }

Property Value

string

Tags

List of custom tags for the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }

Property Value

List<string>