From e9d49f6f4e2edccdb0b4eb86b841a77b8fec3426 Mon Sep 17 00:00:00 2001 From: Jesse Jaggars Date: Mon, 3 Apr 2023 13:11:34 -0500 Subject: [PATCH] adding quota version --- model/accounts_mgmt/v1/quota_cost_type.model | 1 + 1 file changed, 1 insertion(+) diff --git a/model/accounts_mgmt/v1/quota_cost_type.model b/model/accounts_mgmt/v1/quota_cost_type.model index 13ef1c6b..3482d118 100644 --- a/model/accounts_mgmt/v1/quota_cost_type.model +++ b/model/accounts_mgmt/v1/quota_cost_type.model @@ -17,6 +17,7 @@ limitations under the License. struct QuotaCost { OrganizationID String QuotaID String + Version String Allowed Integer Consumed Integer RelatedResources []RelatedResource