toggle menu
SpraypaintKT
ef37b8c-SNAPSHOT
common
switch theme
search in API
core
/
it.maicol07.spraypaintkt
/
JsonApiObject
Json
Api
Object
data
class
JsonApiObject
(
val
version
:
String
?
=
null
,
val
ext
:
List
<
String
>
=
emptyList()
,
val
profile
:
List
<
String
>
=
emptyList()
,
val
meta
:
Map
<
String
,
<Error class: unknown class>
>
=
emptyMap()
)
Information about the server's JSON:API implementation.
Members
Constructors
Json
Api
Object
Link copied to clipboard
constructor
(
version
:
String
?
=
null
,
ext
:
List
<
String
>
=
emptyList()
,
profile
:
List
<
String
>
=
emptyList()
,
meta
:
Map
<
String
,
<Error class: unknown class>
>
=
emptyMap()
)
Properties
ext
Link copied to clipboard
val
ext
:
List
<
String
>
meta
Link copied to clipboard
val
meta
:
Map
<
String
,
<Error class: unknown class>
>
profile
Link copied to clipboard
val
profile
:
List
<
String
>
version
Link copied to clipboard
val
version
:
String
?
=
null