Integration Runtime Data Flow Properties Response
data class IntegrationRuntimeDataFlowPropertiesResponse(val cleanup: Boolean? = null, val computeType: String? = null, val coreCount: Int? = null, val customProperties: List<IntegrationRuntimeDataFlowPropertiesResponseCustomProperties>? = null, val timeToLive: Int? = null)
Data flow properties for managed integration runtime.
Constructors
Link copied to clipboard
fun IntegrationRuntimeDataFlowPropertiesResponse(cleanup: Boolean? = null, computeType: String? = null, coreCount: Int? = null, customProperties: List<IntegrationRuntimeDataFlowPropertiesResponseCustomProperties>? = null, timeToLive: Int? = null)