Table of Contents

Class OrganizationSwitchPortsProfileAutomationItemFallbackProfile

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

Fallback port profile

[DataContract]
public class OrganizationSwitchPortsProfileAutomationItemFallbackProfile
Inheritance
OrganizationSwitchPortsProfileAutomationItemFallbackProfile
Inherited Members

Constructors

OrganizationSwitchPortsProfileAutomationItemFallbackProfile()

public OrganizationSwitchPortsProfileAutomationItemFallbackProfile()

Properties

Id

Default port profile Id

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Name

Default port profile name

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

Property Value

string