Procedure

constructor(    id: String? = null,     condition: Condition? = null,     actions: List<Action>? = null,     elseActions: <Error class: unknown class>? = null,     type: String? = null)