ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
com.atproto.repo
/
ApplyWritesResponse
Apply
Writes
Response
@
Serializable
data
class
ApplyWritesResponse
(
val
commit
:
CommitMeta
?
=
null
,
val
results
:
List
<
ApplyWritesResponseResultUnion
>
?
=
null
)
Members
Constructors
Apply
Writes
Response
Link copied to clipboard
constructor
(
commit
:
CommitMeta
?
=
null
,
results
:
List
<
ApplyWritesResponseResultUnion
>
?
=
null
)
Properties
commit
Link copied to clipboard
val
commit
:
CommitMeta
?
results
Link copied to clipboard
val
results
:
List
<
ApplyWritesResponseResultUnion
>
?