Reference documentation and code samples for the KMS Inventory V1 API class Google::Protobuf::BoolValue.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#value
def value() -> ::Boolean
Returns
- (::Boolean) — The bool value.
#value=
def value=(value) -> ::Boolean
Parameter
- value (::Boolean) — The bool value.
Returns
- (::Boolean) — The bool value.