Show / Hide Table of Contents

Enum NullValue

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

The JSON representation for NullValue is JSON null.

Namespace: Google.Protobuf.WellKnownTypes
Assembly: Google.Protobuf.dll
Syntax
public enum NullValue

Fields

Name Description
NullValue

Null value.

Back to top