Table of Contents

Class WlanList

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

Represents a list of WLANs with their creation date, identifier, and XML data.

[ApiAccessReadOnlyClass]
[DataContract]
public class WlanList
Inheritance
WlanList
Inherited Members

Constructors

WlanList()

public WlanList()

Properties

CreatedAt

Gets the created at

[DataMember(Name = "createdAt")]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

Id

Gets the id

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

Property Value

string

Xml

Gets the xml

[DataMember(Name = "xml")]
public string Xml { get; set; }

Property Value

string