Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.38 KB

FlowSnippetDTO.md

File metadata and controls

17 lines (14 loc) · 1.38 KB

IO.Swagger.Model.FlowSnippetDTO

Properties

Name Type Description Notes
ProcessGroups List<ProcessGroupDTO> The process groups in this flow snippet. [optional]
RemoteProcessGroups List<RemoteProcessGroupDTO> The remote process groups in this flow snippet. [optional]
Processors List<ProcessorDTO> The processors in this flow snippet. [optional]
InputPorts List<PortDTO> The input ports in this flow snippet. [optional]
OutputPorts List<PortDTO> The output ports in this flow snippet. [optional]
Connections List<ConnectionDTO> The connections in this flow snippet. [optional]
Labels List<LabelDTO> The labels in this flow snippet. [optional]
Funnels List<FunnelDTO> The funnels in this flow snippet. [optional]
ControllerServices List<ControllerServiceDTO> The controller services in this flow snippet. [optional]

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