pub type ListValue = ListValue;
Available on crate feature
prost
only.Expand description
Protobuf google.protobuf.ListValue
Aliased Type§
struct ListValue {
pub values: Vec<Value>,
}
Fields§
§values: Vec<Value>
Repeated field of dynamically typed values.