@PublicPreview @Beta(2020, 9) class Entity
Class that contains basic parameters shared between various geofencing entities (e.g., Project, Fence, or Report).
Entity(id: UUID, name: String)
Class that contains basic parameters shared between various geofencing entities (e.g., Project, Fence, or Report). |
val id: UUID
The UUID of the fence. |
|
val name: String
The fence name. |