Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 3.06 KB

SnippetDTO.md

File metadata and controls

20 lines (15 loc) · 3.06 KB

SnippetDTO

Properties

Name Type Description Notes
id String The id of the snippet. [optional]
uri String The URI of the snippet. [optional]
parentGroupId String The group id for the components in the snippet. [optional]
processGroups Map<String, RevisionDTO> The ids of the process groups in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). [optional]
remoteProcessGroups Map<String, RevisionDTO> The ids of the remote process groups in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). [optional]
processors Map<String, RevisionDTO> The ids of the processors in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). [optional]
inputPorts Map<String, RevisionDTO> The ids of the input ports in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). [optional]
outputPorts Map<String, RevisionDTO> The ids of the output ports in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). [optional]
connections Map<String, RevisionDTO> The ids of the connections in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). [optional]
labels Map<String, RevisionDTO> The ids of the labels in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). [optional]
funnels Map<String, RevisionDTO> The ids of the funnels in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests). [optional]