GetRelationshipsQueryParams

data class GetRelationshipsQueryParams(val actor: AtIdentifier, val others: List<AtIdentifier> = emptyList())

Parameters

actor

Primary account requesting relationships for.

others

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

Constructors

Link copied to clipboard
constructor(actor: AtIdentifier, others: List<AtIdentifier> = emptyList())

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