geoengine-api-client 0.9.2

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
--- rust/src/models/vector_operator.rs
+++ rust/src/models/vector_operator.rs
@@ -13,7 +13,7 @@
 
 /// VectorOperator : An operator that produces vector data.
 #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
-#[serde(tag = "type")]
+#[serde(untagged)]
 pub enum VectorOperator {
     #[serde(rename="MockPointSource")]
     MockPointSource(Box<models::MockPointSource>),