Table of Contents

Class VlanProfileDeviceAssignmentStack

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

The Switch Stack the device belongs to

[DataContract]
public class VlanProfileDeviceAssignmentStack
Inheritance
VlanProfileDeviceAssignmentStack
Inherited Members

Properties

Id

ID of the Switch Stack

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

Property Value

string

Name

Name of the Switch Stack - Undocumented but is returned by the API

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

Property Value

string