AccessResponse

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.

Constructors

Link copied to clipboard
constructor(startDateTime: String? = null, startApproximate: Boolean = false, endDateTime: String? = null, endApproximate: Boolean = false)

Properties

Link copied to clipboard

Indicates if the end time is approximate.

Link copied to clipboard

The end date and time, if available.

Link copied to clipboard

Indicates if the start time is approximate.

Link copied to clipboard

The start date and time, if available.