Table of Contents

Class DevicesWirelessRadioAfcPositionResponse

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

Devices wireless radio AFC position response

[DataContract]
public class DevicesWirelessRadioAfcPositionResponse
Inheritance
DevicesWirelessRadioAfcPositionResponse
Inherited Members

Constructors

DevicesWirelessRadioAfcPositionResponse()

public DevicesWirelessRadioAfcPositionResponse()

Properties

Elevation

Height attributes

[DataMember(Name = "elevation")]
public DevicesWirelessRadioAfcPositionElevation? Elevation { get; set; }

Property Value

DevicesWirelessRadioAfcPositionElevation

Gps

GPS attributes

[DataMember(Name = "gps")]
public DevicesWirelessRadioAfcPositionGps? Gps { get; set; }

Property Value

DevicesWirelessRadioAfcPositionGps

Name

Name of device

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

Property Value

string

Network

Network of device

[DataMember(Name = "network")]
public DevicesWirelessRadioAfcPositionNetwork? Network { get; set; }

Property Value

DevicesWirelessRadioAfcPositionNetwork

Serial

Serial of device

[DataMember(Name = "serial")]
public string? Serial { get; set; }

Property Value

string