Table of Contents

Class NetworksSwitchPortsProfileNetworks

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

Object of Associated Networks

[DataContract]
public class NetworksSwitchPortsProfileNetworks
Inheritance
NetworksSwitchPortsProfileNetworks
Inherited Members

Constructors

NetworksSwitchPortsProfileNetworks()

public NetworksSwitchPortsProfileNetworks()

Properties

Type

Determines whether network is included or excluded in smart port profile based on isOrganizationWide Flag.

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

Property Value

string

Values

List of Associated Networks

[DataMember(Name = "values")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<NetworksSwitchPortsProfileValue>? Values { get; set; }

Property Value

List<NetworksSwitchPortsProfileValue>