Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

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