OperationParameters<ParametersT>: {
    [K in keyof ParametersT]: OperationParameter<ParametersT[K]>
}

Internal representation of all parameters of an operation as a map.

Type Parameters

  • ParametersT

    External representation of all parameters

    Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.