Class OrganizationSwitchPortsProfilesOverviewByProfile
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
Meta
Meta data details about result
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "meta")]
public OrganizationSwitchPortsProfilesOverviewByProfileMetadata Meta { get; set; }