Table of Contents

Class ApTagsAndVlanId

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

ApTagsAndVlanId

[DataContract]
public class ApTagsAndVlanId
Inheritance
ApTagsAndVlanId
Inherited Members

Properties

Tags

Comma-separated list of AP tags

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }

Property Value

List<string>

VlanId

Numerical identifier that is assigned to the VLAN

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "vlanId")]
public int? VlanId { get; set; }

Property Value

int?