projects/m2-core/src/lib/core/service/data/requests/deduplication/EditSimilaritySearchOptionRequest.ts
Properties |
|
constructor(id: number, operation: EditSimilaritySearchOptionAttributeType, newString?: string, newLong?: number, newFilters?: ElementFilter[], newBool?: boolean, targetNodeIds?: number[])
|
||||||||||||||||||||||||
|
Parameters :
|
| Public id |
Type : number
|
| Public newBool |
Type : boolean
|
| Public newFilters |
Type : ElementFilter[]
|
| Public newLong |
Type : number
|
| Public newString |
Type : string
|
| Public operation |
Type : EditSimilaritySearchOptionAttributeType
|
| Public Optional targetNodeIds |
Type : number[]
|