generated/google/apis/billingbudgets_v1beta1/classes.rb in google-api-client-0.37.2 vs generated/google/apis/billingbudgets_v1beta1/classes.rb in google-api-client-0.37.3

- old
+ new

@@ -105,11 +105,11 @@ # `billingAccounts/`billingAccountId`/budgets/`budgetId``. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name - # Required. Rules that trigger alerts (notifications of thresholds + # Optional. Rules that trigger alerts (notifications of thresholds # being crossed) when spend exceeds the specified percentages of the budget. # Corresponds to the JSON property `thresholdRules` # @return [Array<Google::Apis::BillingbudgetsV1beta1::GoogleCloudBillingBudgetsV1beta1ThresholdRule>] attr_accessor :threshold_rules @@ -188,10 +188,10 @@ # Optional. If not set, default behavior is `INCLUDE_ALL_CREDITS`. # Corresponds to the JSON property `creditTypesTreatment` # @return [String] attr_accessor :credit_types_treatment - # Optional. A set of projects of the form `projects/`project_id``, + # Optional. A set of projects of the form `projects/`project``, # specifying that usage from only this set of projects should be # included in the budget. If omitted, the report will include all usage for # the billing account, regardless of which project the usage occurred on. # Only zero or one project can be specified currently. # Corresponds to the JSON property `projects`