IntegrationRuntimeDataFlowPropertiesResponseCustomProperties

data class IntegrationRuntimeDataFlowPropertiesResponseCustomProperties(val name: String? = null, val value: String? = null)

Constructors

constructor(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of custom property.

Link copied to clipboard
val value: String? = null

Value of custom property.