Table of Contents

Class DeviceSwitchPortMirrorNetwork

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

Network of the switch

[DataContract]
public class DeviceSwitchPortMirrorNetwork
Inheritance
DeviceSwitchPortMirrorNetwork
Inherited Members

Constructors

DeviceSwitchPortMirrorNetwork()

public DeviceSwitchPortMirrorNetwork()

Properties

Id

ID of the network

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

Property Value

string

Name

The name of the network

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

Property Value

string