Class: Google::Protobuf::ListValue

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

Overview

ListValue is a wrapper around a repeated field of values.

The JSON representation for ListValue is JSON array.

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<Google::Protobuf::Value>

Returns Repeated field of dynamically typed values.

Returns:



63
# File 'lib/google/cloud/dialogflow/v2/doc/google/protobuf/struct.rb', line 63

class ListValue; end