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