Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 416 Bytes

ProtobufNullValue.md

File metadata and controls

11 lines (5 loc) · 416 Bytes

ProtobufNullValue

NullValue is a singleton enumeration to represent the null value for the Value type union. The JSON representation for NullValue is JSON null. - NULL_VALUE: Null value.

Enum

  • NULL_VALUE (value: 'NULL_VALUE')

[Back to Model list] [Back to API list] [Back to README]