NullValue is a singleton enumeration to represent the null value for the Value type union.
NullValue
Value
The JSON representation for NullValue is JSON null.
null
from enum google.protobuf.NullValue
Null value.
from enum value: NULL_VALUE = 0;
Generated using TypeDoc
NullValue
is a singleton enumeration to represent the null value for theValue
type union.The JSON representation for
NullValue
is JSONnull
.Generated
from enum google.protobuf.NullValue