pipelines/backend/api/python_http_client/docs/ProtobufListValue.md

528 B

ProtobufListValue

ListValue is a wrapper around a repeated field of values. The JSON representation for ListValue is JSON array.

Properties

Name Type Description Notes
values **list[ProtobufValue]** Repeated field of dynamically typed values. [optional]

[Back to Model list] [Back to API list] [Back to README]