From a942c7c8e17eb829ef1581c0b556665784f19e33 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Nov 2019 03:57:33 -0500 Subject: update openapi spec and regenerate with newer openapi-generator the newer openapi-generator picks up fixes for optional parameters, among other things --- src/models/category_group_with_categories_all_of.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/models/category_group_with_categories_all_of.rs') diff --git a/src/models/category_group_with_categories_all_of.rs b/src/models/category_group_with_categories_all_of.rs index 0820aef..83dcd00 100644 --- a/src/models/category_group_with_categories_all_of.rs +++ b/src/models/category_group_with_categories_all_of.rs @@ -10,6 +10,7 @@ + #[derive(Debug, PartialEq, Serialize, Deserialize)] pub struct CategoryGroupWithCategoriesAllOf { /// Category group categories. Amounts (budgeted, activity, balance, etc.) are specific to the current budget month (UTC). @@ -20,7 +21,7 @@ pub struct CategoryGroupWithCategoriesAllOf { impl CategoryGroupWithCategoriesAllOf { pub fn new(categories: Vec) -> CategoryGroupWithCategoriesAllOf { CategoryGroupWithCategoriesAllOf { - categories: categories, + categories, } } } -- cgit v1.2.3-54-g00ecf