Relationship
data class Relationship(val id: String?, val type: String?, val references: DiscoveryReferencesResponse?)
Represents a relationship between entities in the Discovery API.
Holds an ID, type, and references for a related entity.
Represents a relationship between entities in the Discovery API.
Holds an ID, type, and references for a related entity.