Table of Contents

Class OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork

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

Organization Wireless Devices System CPU Load History

[DataContract]
public class OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork
Inheritance
OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork
Inherited Members

Constructors

OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork()

public OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork()

Properties

Id

The network ID

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

Property Value

string

Name

The name of the network

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

Property Value

string

Tags

List of custom tags for the network

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

Property Value

List<string>