protobufListValue
protobufListValue
ListValue
is a wrapper around a repeated field of values.
The JSON representation for ListValue
is JSON array.
JSON Example
{
"values": [
"protobufValue Object"
]
}