kikinlex
Toggle table of contents
5.0.1
common
Platform filter
common
Switch theme
Search in API
kikinlex
models
/
io.github.kikin81.atproto.com.atproto.repo
/
ListRecordsResponse
List
Records
Response
data
class
ListRecordsResponse
(
val
cursor
:
String
?
=
null
,
val
records
:
List
<
ListRecordsRecord
>
)
Members
Constructors
List
Records
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
records
:
List
<
ListRecordsRecord
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
records
Link copied to clipboard
val
records
:
List
<
ListRecordsRecord
>