Table of Contents

Class SensorGatewayConnectionsLatestItemGateway

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

Sensor Gateway Connections Latest Item Gateway

[DataContract]
public class SensorGatewayConnectionsLatestItemGateway
Inheritance
SensorGatewayConnectionsLatestItemGateway
Inherited Members

Constructors

SensorGatewayConnectionsLatestItemGateway()

public SensorGatewayConnectionsLatestItemGateway()

Properties

Mac

The MAC address of the gateway.

[DataMember(Name = "mac")]
[ApiAccess(ApiAccess.Read)]
public string Mac { get; set; }

Property Value

string

Name

The name of the gateway.

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

Property Value

string

Serial

The serial number of the gateway.

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

Property Value

string