Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.36 KB

SearchResultsDTO.md

File metadata and controls

15 lines (12 loc) · 1.36 KB

IO.Swagger.Model.SearchResultsDTO

Properties

Name Type Description Notes
ProcessorResults List<ComponentSearchResultDTO> The processors that matched the search. [optional]
ConnectionResults List<ComponentSearchResultDTO> The connections that matched the search. [optional]
ProcessGroupResults List<ComponentSearchResultDTO> The process groups that matched the search. [optional]
InputPortResults List<ComponentSearchResultDTO> The input ports that matched the search. [optional]
OutputPortResults List<ComponentSearchResultDTO> The output ports that matched the search. [optional]
RemoteProcessGroupResults List<ComponentSearchResultDTO> The remote process groups that matched the search. [optional]
FunnelResults List<ComponentSearchResultDTO> The funnels that matched the search. [optional]

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