Class: Google::Protobuf::BoolValue

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/trace/v2/doc/google/protobuf/wrappers.rb

Overview

Wrapper message for bool.

The JSON representation for BoolValue is JSON true and false.

Instance Attribute Summary collapse

Instance Attribute Details

#valuetrue, false

Returns The bool value.

Returns:

  • (true, false)

    The bool value.



72
# File 'lib/google/cloud/trace/v2/doc/google/protobuf/wrappers.rb', line 72

class BoolValue; end