From af38a2ec1e50c5cf5dec78548d710635781f2bca Mon Sep 17 00:00:00 2001 From: tithakka Date: Fri, 1 Sep 2023 11:22:08 -0700 Subject: [PATCH] Add DisplayName and Description to billing_model_item_type.model --- model/accounts_mgmt/v1/billing_model_item_type.model | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/model/accounts_mgmt/v1/billing_model_item_type.model b/model/accounts_mgmt/v1/billing_model_item_type.model index af6d6ef9..bb587c04 100644 --- a/model/accounts_mgmt/v1/billing_model_item_type.model +++ b/model/accounts_mgmt/v1/billing_model_item_type.model @@ -8,4 +8,8 @@ struct BillingModelItem { Model String // Indicates the marketplace of the billing model. e.g. gcp, aws, etc. Marketplace String + // User friendly display name of the billing model. + DisplayName String + // Single line description of the billing model for better understanding. + Description String }