Table of Contents

Class SwitchPortModule

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

Switch Port Module

[DataContract]
public class SwitchPortModule
Inheritance
SwitchPortModule
Inherited Members

Constructors

SwitchPortModule()

public SwitchPortModule()

Properties

Active

Active

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "active")]
public object? Active { get; set; }

Property Value

object

Model

Model

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public object? Model { get; set; }

Property Value

object

Serial

Serial

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public object? Serial { get; set; }

Property Value

object

Slot

Slot

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "slot")]
public object? Slot { get; set; }

Property Value

object