the object from which entries with nullish values will be removed.
if false, this method returns the object as-is
Optional
options: { Optional
allowA list of keys that must be preserved even if their value is null or undefined.
Generated using TypeDoc
Removes entries from
hash
whose value is either null or undefined, unlessomitNull
is false orallowNull
includes that key.Keys ending with 'Id' are never removed.