package ocaml-protoc-plugin

  1. Overview
  2. Docs

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

        The JSON representation for `NullValue` is JSON `null`.
type t =
  1. | NULL_VALUE
    (*

    Null value.

    *)
val name : unit -> string

Fully qualified protobuf name of this enum