GetRelationshipsQueryParams

data class GetRelationshipsQueryParams(val actor: AtIdentifier, val others: ReadOnlyList<AtIdentifier> = persistentListOf())

Constructors

Link copied to clipboard
constructor(actor: AtIdentifier, others: ReadOnlyList<AtIdentifier> = persistentListOf())

Properties

Link copied to clipboard

Primary account requesting relationships for.

Link copied to clipboard

List of 'other' accounts to be related back to the primary.

Functions

Link copied to clipboard