Table of Contents

Class Bssids

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

Bssid

[DataContract]
public class Bssids
Inheritance
Bssids
Inherited Members

Properties

Bssid

BSSID

[DataMember(Name = "bssid")]
public string Bssid { get; set; }

Property Value

string

Contained

Contained

[DataMember(Name = "contained")]
public bool Contained { get; set; }

Property Value

bool

DetectedBy

Detected by

[DataMember(Name = "detectedBy")]
public List<DetectedBy> DetectedBy { get; set; }

Property Value

List<DetectedBy>