Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 781 Bytes

ProtobufNullValue.md

File metadata and controls

12 lines (7 loc) · 781 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.

Properties

Name Type Description Notes
value str `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. defaults to "NULL_VALUE", must be one of ["NULL_VALUE", ]

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