Apply Writes Response
data class ApplyWritesResponse(val commit: CommitMeta? = null, val results: ReadOnlyList<ApplyWritesResponseResultUnion> = persistentListOf())
Constructors
Link copied to clipboard
constructor(commit: CommitMeta? = null, results: ReadOnlyList<ApplyWritesResponseResultUnion> = persistentListOf())