NullValue is a singleton enumeration to represent the null value for the Value type union.

The JSON representation for NullValue is JSON null.

Generated

from enum google.protobuf.NullValue

Enumeration Members

Enumeration Members

NULL_VALUE: 0

Null value.

Generated

from enum value: NULL_VALUE = 0;

Generated using TypeDoc