Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

TradeUnionConsentParameter

Represents that the end user consented to trade union data usage.

collectedAtstring[date-time]

Optional timestamp describing when the consent was collected.

valueboolean

Whether the consent has been granted.

Properties inherited from: CollectionParameter
typestring
Example
{  "collectedAt": "-- Missing example --",  "value": false}