View Source Google.Protobuf.ListValue (protobuf v0.17.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{ __protobuf__: true, __unknown_fields__: [Protobuf.unknown_field()], values: [Google.Protobuf.Value.t()] }