ListValue

Type Alias ListValue 

Source
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 */ }

Trait Implementations§

Source§

impl Message for ListValue

Source§

fn typename() -> &'static str

The typename of this message.