WithMeta

sealed interface WithMeta(source)

Represents an entity that includes additional metadata in its responses.

Inheritors

Properties

Link copied to clipboard
open val _meta: JsonObject
Link copied to clipboard
@SerialName(value = "_meta")
abstract val meta: JsonObject?