GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation constructor

GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation({
  1. String? displayName,
  2. List<GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation>? recommendations,
  3. int? scoreImpact,
  4. String? verdict,
  5. String? weight,
})

Implementation

GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation({
  this.displayName,
  this.recommendations,
  this.scoreImpact,
  this.verdict,
  this.weight,
});