TrackElement

constructor(id: Int? = null, label: String? = null, type: String? = null, description: String? = null, imgPath: String? = null, email: String? = null, color: String? = null, trackElementType: TrackElementType? = null, groups: List<TrackedGroup>? = null, positionItem: PositionItem? = null)