Class ZoneItem
- Namespace
- OverKizApi.Models
- Assembly
- OverKizApi.dll
References a device that belongs to a Zone.
public sealed class ZoneItem
- Inheritance
-
ZoneItem
- Inherited Members
Properties
DeviceOid
Opaque OID of the referenced device.
public string? DeviceOid { get; init; }
Property Value
DeviceUrl
URL of the referenced device; matches DeviceUrl.
[JsonPropertyName("deviceURL")]
public string? DeviceUrl { get; init; }
Property Value
ItemType
Type of item (e.g. "DEVICE").
public string? ItemType { get; init; }