IntegrationRuntimeReferenceResponse

data class IntegrationRuntimeReferenceResponse(val parameters: Map<String, Any>? = null, val referenceName: String, val type: String)

Integration runtime reference type.

Constructors

Link copied to clipboard
constructor(parameters: Map<String, Any>? = null, referenceName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameters: Map<String, Any>? = null

Arguments for integration runtime.

Link copied to clipboard

Reference integration runtime name.

Link copied to clipboard

Type of integration runtime.