protobufListValue

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"
    ]
}
values
Optional

Repeated field of dynamically typed values.

Property Of