Table of Contents

Class OrganizationSwitchPortsProfilesProfileCountsNetworksCount

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

The number of networks associated to this profile

[DataContract]
public class OrganizationSwitchPortsProfilesProfileCountsNetworksCount
Inheritance
OrganizationSwitchPortsProfilesProfileCountsNetworksCount
Inherited Members

Constructors

OrganizationSwitchPortsProfilesProfileCountsNetworksCount()

public OrganizationSwitchPortsProfilesProfileCountsNetworksCount()

Properties

Excluded

The number of networks that are part of exclusion list

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "excluded")]
public int Excluded { get; set; }

Property Value

int

Included

The number of networks that are part of inclusion list

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "included")]
public int Included { get; set; }

Property Value

int