FlowSchemaStatusPatch

data class FlowSchemaStatusPatch(val conditions: List<FlowSchemaConditionPatch>? = null)

FlowSchemaStatus represents the current state of a FlowSchema.

Constructors

Link copied to clipboard
constructor(conditions: List<FlowSchemaConditionPatch>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

conditions is a list of the current states of FlowSchema.