Access Response
data class AccessResponse(var startDateTime: String? = null, var startApproximate: Boolean = false, var endDateTime: String? = null, var endApproximate: Boolean = false)
Represents access time details for an event in the Discovery API.
Holds start and end date times with approximation flags.