Skip to content

Nullable

Type: warmhub.Nullable

Nullable = _T | None

T | None — a required nullable field. The key is always sent.

The wire declares it field: T | null. There is no third state, so UNSET has no meaning here and None is a value, not an absence. Response models use this shape; request options almost never do.