toggle menu
SpraypaintKT
ef37b8c-SNAPSHOT
common
switch theme
search in API
core
/
it.maicol07.spraypaintkt
/
JsonApiRelationshipData
Json
Api
Relationship
Data
data
class
JsonApiRelationshipData
(
val
id
:
String
,
val
type
:
String
)
A JSON:API relationship linkage object.
Members
Constructors
Json
Api
Relationship
Data
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
The ID of the relationship.
type
Link copied to clipboard
val
type
:
String
The type of the relationship.