Table of Contents

Class NetworkSensorRelationshipDevice

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

A sensor or gateway device in the network

[DataContract]
public class NetworkSensorRelationshipDevice
Inheritance
NetworkSensorRelationshipDevice
Inherited Members

Properties

Name

The name of the device

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

Property Value

string

ProductType

The product type of the device

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "productType")]
public string ProductType { get; set; }

Property Value

string

Serial

The serial of the device

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

Property Value

string