EventStatusResponse

data class EventStatusResponse(var code: String? = null)

Represents event status details in the Discovery API response.

Holds the status code of an event.

Constructors

Link copied to clipboard
constructor(code: String? = null)

Properties

Link copied to clipboard
var code: String?

The event status code, if available.