Table of Contents

Class SwitchProfile

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

An switch profile

[DataContract]
public class SwitchProfile : NamedItem
Inheritance
SwitchProfile
Inherited Members

Properties

Id

The switch profile Id

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

Property Value

string

Model

The Model

[ApiAccess(ApiAccess.Read)]
[ApiForeignKey(typeof(string))]
[DataMember(Name = "model")]
public string Model { get; set; }

Property Value

string