TextSearchResultEntryDTO

DTO to represent a text search result entry.

Fields

Type
Name
Description
Optional
Default Value
String  
pk
The primary key of the entry.
false
 
String  
entity
The entity of the entry.
false
 
String  
description
The description text of the entry.
false
 
String  
header
The header text of the entry.
false
 
Boolean  
active
The active flag of the entry.
false
 

Example

{
	"pk" : "9ashpdn98293cmp901CoPe",
	"entity" : "ContactPerson",
	"description" : "Miller, John, FooBar Inc., Somewhere",
	"header" : "Miller, John, FooBar Inc., Somewhere",
	"active" : true
}