toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.admin
/
SearchAccountsResponse
Search
Accounts
Response
@
Serializable
data
class
SearchAccountsResponse
(
val
cursor
:
String
?
=
null
,
val
accounts
:
ReadOnlyList
<
AccountView
>
)
Members
Constructors
Search
Accounts
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
accounts
:
ReadOnlyList
<
AccountView
>
)
Properties
accounts
Link copied to clipboard
val
accounts
:
ReadOnlyList
<
AccountView
>
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null