ApplyWritesResponse

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())

Properties

Link copied to clipboard
val commit: CommitMeta? = null