projects/m2-core/src/lib/core/service/replication/requests/ExportItemsRequest.ts
Properties |
|
constructor(id?: number, idMeaning?: IdMeaning, systemIds?: string | string[], classId?: string, sendIfNoChanges?: boolean, withTransitionalKeysOnly?: boolean, collectErrors?: boolean)
|
| Public Optional classId |
Type : string
|
| Public Optional collectErrors |
Type : boolean
|
| Public Optional id |
Type : number
|
| Public Optional idMeaning |
Type : IdMeaning
|
| Public Optional itemIds |
Type : number[]
|
| Public Optional sendIfNoChanges |
Type : boolean
|
| Public Optional systemIds |
Type : string[]
|
| Public Optional withTransitionalKeysOnly |
Type : boolean
|