toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.graph
/
GetRelationshipsResponse
Get
Relationships
Response
@
Serializable
data
class
GetRelationshipsResponse
(
val
actor
:
Did
?
=
null
,
val
relationships
:
List
<
GetRelationshipsResponseRelationshipUnion
>
)
Members
Constructors
Get
Relationships
Response
Link copied to clipboard
constructor
(
actor
:
Did
?
=
null
,
relationships
:
List
<
GetRelationshipsResponseRelationshipUnion
>
)
Properties
actor
Link copied to clipboard
val
actor
:
Did
?
=
null
relationships
Link copied to clipboard
val
relationships
:
List
<
GetRelationshipsResponseRelationshipUnion
>