Checkpoint
data class Checkpoint(val unmappedNamespace: String?, val unmappedName: String, val state: JsonNode?, val additionalProperties: LinkedHashMap<String, Any> = LinkedHashMap())
Constructors
Link copied to clipboard
constructor(unmappedNamespace: String?, unmappedName: String, state: JsonNode?, additionalProperties: LinkedHashMap<String, Any> = LinkedHashMap())