Integration Runtime Data Flow Properties Response Custom Properties
    data class IntegrationRuntimeDataFlowPropertiesResponseCustomProperties(val name: String? = null, val value: String? = null)
Constructors
Link copied to clipboard
                fun IntegrationRuntimeDataFlowPropertiesResponseCustomProperties(name: String? = null, value: String? = null)