toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.labeler
/
GetServicesQueryParams
Get
Services
Query
Params
@
Serializable
data
class
GetServicesQueryParams
(
val
dids
:
ReadOnlyList
<
Did
>
,
val
detailed
:
Boolean
?
=
false
)
Members
Constructors
Get
Services
Query
Params
Link copied to clipboard
constructor
(
dids
:
ReadOnlyList
<
Did
>
,
detailed
:
Boolean
?
=
false
)
Properties
detailed
Link copied to clipboard
val
detailed
:
Boolean
?
=
false
dids
Link copied to clipboard
val
dids
:
ReadOnlyList
<
Did
>
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>