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
/
ApplyWritesResponse
Apply
Writes
Response
data
class
ApplyWritesResponse
(
val
commit
:
CommitMeta
?
=
null
,
val
results
:
List
<
ApplyWritesResponseResultsUnion
>
?
=
null
)
Members
Constructors
Apply
Writes
Response
Link copied to clipboard
constructor
(
commit
:
CommitMeta
?
=
null
,
results
:
List
<
ApplyWritesResponseResultsUnion
>
?
=
null
)
Properties
commit
Link copied to clipboard
val
commit
:
CommitMeta
?
=
null
results
Link copied to clipboard
val
results
:
List
<
ApplyWritesResponseResultsUnion
>
?
=
null