google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

feat(datastore): support unindexed values #69

Open orhun opened 2 years ago

orhun commented 2 years ago

exclude_from_indexes parameter is set to false as default. This PR makes it possible to specify the value of this parameter via using a tuple value as IndexedValue.