Class: Google::Protobuf::ListValue
- Inherits:
-
Object
- Object
- Google::Protobuf::ListValue
- Extended by:
- MessageExts::ClassMethods
- Includes:
- MessageExts
- Defined in:
- proto_docs/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
-
#values ⇒ ::Array<::Google::Protobuf::Value>
Repeated field of dynamically typed values.