projects/m2-core/src/lib/core/service/data/requests/deduplication/EditSimilarPropertyRequest.ts
Properties |
constructor(id: number, operation: EditSimilarPropertyAttributeType, newLong?: number, newBool?: boolean, newList?: number[], newMatch?: MultiPropertyMatch)
|
|||||||||||||||||||||
|
Parameters :
|
| Public id |
Type : number
|
| Public newBool |
Type : boolean
|
| Public newList |
Type : number[]
|
| Public newLong |
Type : number
|
| Public newMatch |
Type : MultiPropertyMatch
|
| Public operation |
Type : EditSimilarPropertyAttributeType
|