FlowSnippetDTO

Properties

Name Type Description Notes
process_groups list[ProcessGroupDTO] The process groups in this flow snippet. [optional]
remote_process_groups list[RemoteProcessGroupDTO] The remote process groups in this flow snippet. [optional]
processors list[ProcessorDTO] The processors in this flow snippet. [optional]
input_ports list[PortDTO] The input ports in this flow snippet. [optional]
output_ports 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]
controller_services list[ControllerServiceDTO] The controller services in this flow snippet. [optional]

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