Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 998 Bytes

ComponentSearchResultDTO.md

File metadata and controls

14 lines (11 loc) · 998 Bytes

IO.Swagger.Model.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]

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