Google.Protobuf.WellKnownTypes.BoolValue
public sealed class BoolValue : IMessage<BoolValue>, IMessage, IEquatable<BoolValue>, IDeepCloneable<BoolValue>, IBufferMessage
Wrapper message for `bool`.
The JSON representation for `BoolValue` is JSON `true` and `false`.
Not recommended for use in new APIs, but still useful for legacy APIs and
has no plan to be removed.
Field number for the "value" field.
The bool value.
public BoolValue()