Table of Contents

Class OrganizationSwitchPortsProfileAutomation

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

Organization Switch Ports Profiles Profile Automation

[DataContract]
public class OrganizationSwitchPortsProfileAutomation
Inheritance
OrganizationSwitchPortsProfileAutomation
Inherited Members

Constructors

OrganizationSwitchPortsProfileAutomation()

public OrganizationSwitchPortsProfileAutomation()

Properties

Items

List of automation profiles in an organization

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

Property Value

List<OrganizationSwitchPortsProfileAutomationItem>

Meta

Meta data details about result

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

Property Value

OrganizationSwitchPortsProfileAutomationMetadata