You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/recommender/lib/google_api/recommender/v1/model/google_cloud_recommender_v1_impact.ex
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,10 @@ defmodule GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Impact do
23
23
24
24
* `category` (*type:* `String.t`, *default:* `nil`) - Category that is being targeted.
25
25
* `costProjection` (*type:* `GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1CostProjection.t`, *default:* `nil`) - Use with CategoryType.COST
26
+
* `impactComponents` (*type:* `list(GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Impact.t)`, *default:* `nil`) - If populated, the impact contains multiple components. In this case, the top-level impact contains aggregated values and each component contains per-service details.
26
27
* `reliabilityProjection` (*type:* `GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ReliabilityProjection.t`, *default:* `nil`) - Use with CategoryType.RELIABILITY
27
28
* `securityProjection` (*type:* `GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1SecurityProjection.t`, *default:* `nil`) - Use with CategoryType.SECURITY
29
+
* `service` (*type:* `String.t`, *default:* `nil`) - The service that this impact is associated with.
28
30
* `sustainabilityProjection` (*type:* `GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1SustainabilityProjection.t`, *default:* `nil`) - Use with CategoryType.SUSTAINABILITY
29
31
"""
30
32
@@ -34,10 +36,13 @@ defmodule GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Impact do
0 commit comments