PayloadOptions
ODP Node SDK / Zaius / PayloadOptions
PayloadOptions
Payload formatting options.
Index
Properties
Properties
excludeNulls?
>
When true (default) the exclude nulls option will remove null valued fields in the payload.
Defined in: src/Api/Types/PayloadOptions.ts:14
trimToNull?
>
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 about 2 months ago
