# PublicApiFlow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The id of the flow | [optional]
**name** | Option<**String**> | The name of the flow | [optional]
**folder_id** | Option<**String**> | The id of the folder this flow is under | [optional]
**folder_name** | Option<**String**> | The name of the folder this flow is under | [optional]
**visibility** | Option<**String**> | The flow visibility type | [optional]
**creation_date** | Option<**String**> | Creation time of the flow in ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC). | [optional]
**exclusive** | Option<**bool**> | indicates whether a prospect in this flow can be added to other flows | [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)