Table of Contents

Class NetworksSwitchPortsProfileValue

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

Associated Network

[DataContract]
public class NetworksSwitchPortsProfileValue
Inheritance
NetworksSwitchPortsProfileValue
Inherited Members

Constructors

NetworksSwitchPortsProfileValue()

public NetworksSwitchPortsProfileValue()

Properties

Id

he ID of the network / associated node group

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

Property Value

string

Name

The name of network / associated node group

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

Property Value

string