Table of Contents

Class SwitchPortsStatusesBySwitchNetwork

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

Port statuses of a switch

[DataContract]
public class SwitchPortsStatusesBySwitchNetwork
Inheritance
SwitchPortsStatusesBySwitchNetwork
Inherited Members

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