PayloadOptions
ODP Node SDK / ODP / PayloadOptions
PayloadOptions
Payload formatting options.
Index
Properties
Properties
excludeNulls?
boolean
When true (default) the exclude nulls option will remove null valued fields in the payload.
Defined in: src/Api/Types/PayloadOptions.ts:14
trimToNull?
boolean
When true (default) the trim to null option will trim all string value fields and if
the result is an empty string the value is changed to null.
Defined in: src/Api/Types/PayloadOptions.ts:9
Updated 2 months ago