Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.21 KB

FlowDTO.md

File metadata and controls

16 lines (13 loc) · 1.21 KB

IO.Swagger.Model.FlowDTO

Properties

Name Type Description Notes
ProcessGroups List<ProcessGroupEntity> The process groups in this flow. [optional]
RemoteProcessGroups List<RemoteProcessGroupEntity> The remote process groups in this flow. [optional]
Processors List<ProcessorEntity> The processors in this flow. [optional]
InputPorts List<PortEntity> The input ports in this flow. [optional]
OutputPorts List<PortEntity> The output ports in this flow. [optional]
Connections List<ConnectionEntity> The connections in this flow. [optional]
Labels List<LabelEntity> The labels in this flow. [optional]
Funnels List<FunnelEntity> The funnels in this flow. [optional]

[Back to Model list] [Back to API list] [Back to README]