pub type ListValue = Vec<Value>;Expand description
The Google Cloud APIs use google.protobuf.ListValue to represent JSON
to represent lists of JSON values.
The Google Cloud client libraries for Rust map google.protobuf.ListValue
to this alias.
Aliased Type§
pub struct ListValue { /* private fields */ }