toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.verification
/
ListVerificationsResponse
List
Verifications
Response
@
Serializable
data
class
ListVerificationsResponse
(
val
cursor
:
String
?
=
null
,
val
verifications
:
List
<
VerificationView
>
)
Members
Constructors
List
Verifications
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
verifications
:
List
<
VerificationView
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
verifications
Link copied to clipboard
val
verifications
:
List
<
VerificationView
>