package ocaml-protoc-plugin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Protobuf.NullValue

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

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

    Null value.

    *)
Sourceval name : unit -> string

Fully qualified protobuf name of this enum