ApplyWritesResponse

data class ApplyWritesResponse(val commit: CommitMeta? = null, val results: List<ApplyWritesResponseResultUnion> = emptyList())

Constructors

Link copied to clipboard
constructor(commit: CommitMeta? = null, results: List<ApplyWritesResponseResultUnion> = emptyList())

Properties

Link copied to clipboard
val commit: CommitMeta? = null
Link copied to clipboard