View Source Google.Protobuf.BoolValue (protobuf v0.17.0)

Wrapper message for bool.

The JSON representation for BoolValue is JSON true and false.

Summary

Types

@type t() :: %Google.Protobuf.BoolValue{
  __protobuf__: true,
  __unknown_fields__: [Protobuf.unknown_field()],
  value: boolean()
}

Functions