Class WlanList
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
Id
Gets the id
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Xml
Gets the xml
[DataMember(Name = "xml")]
public string Xml { get; set; }