Table of Contents

Class OrganizationSwitchPortsClientsOverviewByDeviceItemNetwork

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

Identifying information of the switch's network.

[DataContract]
public class OrganizationSwitchPortsClientsOverviewByDeviceItemNetwork
Inheritance
OrganizationSwitchPortsClientsOverviewByDeviceItemNetwork
Inherited Members

Constructors

OrganizationSwitchPortsClientsOverviewByDeviceItemNetwork()

public OrganizationSwitchPortsClientsOverviewByDeviceItemNetwork()

Properties

Id

The ID of the network.

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

Property Value

string

Name

The name of the network.

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

Property Value

string