Table of Contents

Class SensorRelationshipLivestreamRelatedDevice

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

An array of the related devices for the role

[DataContract]
public class SensorRelationshipLivestreamRelatedDevice
Inheritance
SensorRelationshipLivestreamRelatedDevice
Inherited Members

Properties

ProductType

The product type of the related device

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

Property Value

string

Serial

The serial of the related device

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

Property Value

string