JsonApiRelationshipData

data class JsonApiRelationshipData(val id: String, val type: String)

A JSON:API relationship linkage object.

Constructors

Link copied to clipboard
constructor(id: String, type: String)

Properties

Link copied to clipboard
val id: String

The ID of the relationship.

Link copied to clipboard

The type of the relationship.