View Source Google.Protobuf.ListValue (protobuf v0.15.0)
ListValue is a wrapper around a repeated field of values.
The JSON representation for ListValue is JSON array.
Summary
Types
@type t() :: %Google.Protobuf.ListValue{ __unknown_fields__: [Protobuf.unknown_field()], values: [Google.Protobuf.Value.t()] }