Class: Google::Protobuf::BoolValue
- Inherits:
-
Object
- Object
- Google::Protobuf::BoolValue
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/protobuf/wrappers.rb
Overview
Wrapper message for bool
.
The JSON representation for BoolValue
is JSON true
and false
.
Instance Attribute Summary collapse
-
#value ⇒ true, false
The bool value.
Instance Attribute Details
#value ⇒ true, false
Returns The bool value.
32 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/protobuf/wrappers.rb', line 32 class BoolValue; end |