GoogleCloudApigeeV1ScoreComponentRecommendation constructor
GoogleCloudApigeeV1ScoreComponentRecommendation({
- List<
GoogleCloudApigeeV1ScoreComponentRecommendationAction> ? actions, - String? description,
- int? impact,
- String? title,
Implementation
GoogleCloudApigeeV1ScoreComponentRecommendation({
this.actions,
this.description,
this.impact,
this.title,
});