projects/m2-core/src/lib/core/service/replication/requests/EditExternalSystemRequest.ts
Properties |
|
constructor(id: number, operation: EditExternalSystemAttributeType, value?: string | number | boolean | MqTransport | ExternalRegexpReplacement[])
|
||||||||||||
|
Parameters :
|
| Public arrayValue |
Type : string
|
| Public boolValue |
Type : boolean
|
| Public id |
Type : number
|
| Public longValue |
Type : number
|
| Public operation |
Type : EditExternalSystemAttributeType
|
| Public replacements |
Type : ExternalRegexpReplacement[]
|
| Public stringValue |
Type : string
|
| Public transportValue |
Type : MqTransport
|