Table of Contents

Class OrganizationSwitchPortsProfilesOverviewByProfile

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

Organization Switch Ports Profiles Overview by Profile

[DataContract]
public class OrganizationSwitchPortsProfilesOverviewByProfile
Inheritance
OrganizationSwitchPortsProfilesOverviewByProfile
Inherited Members

Constructors

OrganizationSwitchPortsProfilesOverviewByProfile()

public OrganizationSwitchPortsProfilesOverviewByProfile()

Properties

Items

Listing of Overview of switch port profiles in an organization

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "items")]
public List<OrganizationSwitchPortsProfilesProfile> Items { get; set; }

Property Value

List<OrganizationSwitchPortsProfilesProfile>

Meta

Meta data details about result

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "meta")]
public OrganizationSwitchPortsProfilesOverviewByProfileMetadata Meta { get; set; }

Property Value

OrganizationSwitchPortsProfilesOverviewByProfileMetadata