# FlowGroup
## Properties
**summary** | Option<**String**> | Display name for this group | [optional]
**note** | Option<**String**> | Markdown note shown below the group header | [optional]
**autocollapse** | Option<**bool**> | If true, this group is collapsed by default in the flow editor. UI hint only. | [optional][default to false]
**start_id** | **String** | ID of the first flow module in this group (topological entry point) |
**end_id** | **String** | ID of the last flow module in this group (topological exit point) |
**color** | Option<**String**> | Color for the group in the flow editor | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)