projects/m2-core/src/lib/core/service/replication/requests/exported/EditExportedItemRequest.ts
Properties |
|
constructor(id: number, operation: EditExportedItemAttributeType, newStringValue?: string, newState?: DispatchState)
|
|||||||||||||||
|
Parameters :
|
| Public id |
Type : number
|
| Public Optional newState |
Type : DispatchState
|
| Public Optional newStringValue |
Type : string
|
| Public operation |
Type : EditExportedItemAttributeType
|