DynamicDestinationObjects

data class DynamicDestinationObjects(val retriever: Retriever, val namePath: List<String>? = null) : DestinationObjects

Configuration for the objects which can be written to by the destination that are determined by making requests to the destination API.

Constructors

Link copied to clipboard
constructor(retriever: Retriever, namePath: List<String>? = null)

Properties

Link copied to clipboard
val namePath: List<String>? = null
Link copied to clipboard