Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 821 Bytes

ComponentSearchResultDTO.md

File metadata and controls

15 lines (10 loc) · 821 Bytes

ComponentSearchResultDTO

Properties

Name Type Description Notes
id String The id of the component that matched the search. [optional]
groupId String The group id of the component that matched the search. [optional]
parentGroup SearchResultGroupDTO The parent group of the component that matched the search. [optional]
versionedGroup SearchResultGroupDTO The nearest versioned ancestor group of the component that matched the search. [optional]
name String The name of the component that matched the search. [optional]
matches List<String> What matched the search from the component. [optional]