Class SensorRelationshipLivestreamRelatedDevice
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
Serial
The serial of the related device
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "serial")]
public string Serial { get; set; }