Class: Google::Protobuf::NullValue

Inherits:
Object
  • Object
show all
Extended by:
Protobug::Enum
Defined in:
lib/google/protobuf/struct_pb.rb

Overview

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

The JSON representation for ‘NullValue` is JSON `null`.

Constant Summary collapse

NULL_VALUE =

Null value.

new("NULL_VALUE", 0).freeze