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;
NullValueis a singleton enumeration to represent the null value for theValuetype union.The JSON representation for
NullValueis JSONnull.Generated
from enum google.protobuf.NullValue