BrowseResult Data Type
- Available Since
- 1.4-M3
| name | data type | description |
|---|---|---|
| browseResultEntries | array of BrowseResultEntry |
Example
{
"browseResultEntries" : [ {
"name" : "...",
"project" : true,
"groupId" : "...",
"artifactId" : "..."
}, {
"name" : "...",
"project" : true,
"groupId" : "...",
"artifactId" : "..."
} ]
}