GetRelationshipsQueryParams

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

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>? = null)

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