ownedBy property

String? ownedBy
getter/setter pair

The owner id of this thing (UUIDv4).

Query for represents == currentThing.ownedBy to get information about the owner.

Implementation

String? ownedBy;