windmill-api 1.684.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# FlowGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)