# Zilla::IoK8sApiFlowcontrolV1beta1FlowSchemaStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conditions** | [**Array<IoK8sApiFlowcontrolV1beta1FlowSchemaCondition>**](IoK8sApiFlowcontrolV1beta1FlowSchemaCondition.md) | `conditions` is a list of the current states of FlowSchema. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiFlowcontrolV1beta1FlowSchemaStatus.new( conditions: null ) ```