Create a shallow copy of the given object, that contains the given keys. Non existing keys in the source object are ignored.
An object with the selected keys and corresponding values.
Properties to be selected.
Object from which the values are taken.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Create a shallow copy of the given object, that contains the given keys. Non existing keys in the source object are ignored.
Returns
An object with the selected keys and corresponding values.