toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
friendships-service
/
piperkt.services.friendships.interfaces.web.api.interactions
/
FriendshipApi
/
GetFriendships
/
Response
Response
data
class
Response
(
val
friends
:
List
<
String
>
)
:
FriendshipApi.GetFriendships
Members
Constructors
Response
Link copied to clipboard
constructor
(
friends
:
List
<
String
>
)
Properties
friends
Link copied to clipboard
val
friends
:
List
<
String
>