GetRelationshipsResponse

data class GetRelationshipsResponse(val actor: Did? = null, val relationships: List<GetRelationshipsResponseRelationshipUnion>)

Constructors

Link copied to clipboard
constructor(actor: Did? = null, relationships: List<GetRelationshipsResponseRelationshipUnion>)

Properties

Link copied to clipboard
val actor: Did? = null