toggle menu
godfather-front-end
desktop
switch theme
search in API
composeApp
/
models
/
ApplicationsResponse
Applications
Response
@
Serializable
data
class
ApplicationsResponse
(
val
applications
:
List
<
Application
>
)
This data class represents the applications response.
Members
Constructors
Applications
Response
Link copied to clipboard
constructor
(
applications
:
List
<
Application
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
applications
Link copied to clipboard
val
applications
:
List
<
Application
>
The list of applications.