Package-level declarations

Types

Link copied to clipboard
data class FeedbackHistoryEvent(val eventType: String, val driveId: String, val userId: String, val location: FeedbackLocation, val timestamp: String)
Link copied to clipboard
data class FeedbackLocation(val latitude: Double?, val longitude: Double?, val altitude: Double?)