MGetResponse

@Serializable
data class MGetResponse(val docs: List<GetDocumentResponse>)

Constructors

Link copied to clipboard
constructor(docs: List<GetDocumentResponse>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
inline fun <T> MGetResponse.documents(json: Json = DEFAULT_JSON): List<T>