ApplicationsResponse

@Serializable
data class ApplicationsResponse(val applications: List<Application>)

This data class represents the applications response.

Constructors

Link copied to clipboard
constructor(applications: List<Application>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of applications.