Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork

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

Information regarding the network the switch belongs to

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork()

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