GoogleCloudApigeeV1ScoreComponentRecommendation constructor

GoogleCloudApigeeV1ScoreComponentRecommendation({
  1. List<GoogleCloudApigeeV1ScoreComponentRecommendationAction>? actions,
  2. String? description,
  3. int? impact,
  4. String? title,
})

Implementation

GoogleCloudApigeeV1ScoreComponentRecommendation({
  this.actions,
  this.description,
  this.impact,
  this.title,
});