DestinationObject

data class DestinationObject(val name: String, val apiRepresentation: JsonNode)

This class is a structure containing the information of a destination object based on the API. It may of may not have the schema information within the apiRepresentation. It is meant to be used for interpolation in order to create the operation.

Constructors

Link copied to clipboard
constructor(name: String, apiRepresentation: JsonNode)

Properties

Link copied to clipboard
val apiRepresentation: JsonNode
Link copied to clipboard