View Source Google.Protobuf.BoolValue (protobuf v0.16.0)
Wrapper message for bool.
The JSON representation for BoolValue is JSON true and false.
Summary
Types
@type t() :: %Google.Protobuf.BoolValue{ __unknown_fields__: [Protobuf.unknown_field()], value: boolean() }