DiscoveryEventsContainerResponse

Represents a container for event responses from the Discovery API.

Holds embedded event data and pagination details.

Constructors

Link copied to clipboard
constructor(eventsEmbedded: DiscoveryEmbeddedEventsResponse, pagination: DiscoveryPaginationResponse)

Properties

Link copied to clipboard
@SerializedName(value = "_embedded")
val eventsEmbedded: DiscoveryEmbeddedEventsResponse

Embedded event data.

Link copied to clipboard
@SerializedName(value = "page")
val pagination: DiscoveryPaginationResponse

Pagination details for the response.