pub type ListValue = Vec<Value>;Expand description
Protobuf (and consequently the Google Cloud APIs) use ListValue to
represent a list of JSON values. We need a type that can be referenced
from the generated code.
Aliased Type§
struct ListValue { /* private fields */ }