Datatypes

Some fields are nullable which is indicated by a question mark (?) after the datatype. This means that the value "null" can be assigned to them even if you usually cannot assign null to these primitive datatypes.

Overview