Skip to content

Omittable

Type: warmhub.Omittable

Omittable = _T | Unset

T | Unset — an optional field. Absent means the key is not sent.

The wire declares it field?: T, so null is not a legal value for it and None must never reach the request body. Default to UNSET.