GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation class
The message format of a recommendation from the assessment.
Constructors
- 
          GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation({String? displayName, List<
GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation> ? recommendations, int? scoreImpact, String? verdict, String? weight}) - GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendation.fromJson(Map json_)
 
Properties
- displayName ↔ String?
 - 
  The display name of the assessment.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  recommendations
  ↔ List<
GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation> ? - 
  The recommended steps of the assessment.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - scoreImpact ↔ int?
 - 
  Score impact indicates the impact on the overall score if the assessment
were to pass.
  getter/setter pair
 - verdict ↔ String?
 - 
  Verdict indicates the assessment result.
Possible string values are:
  getter/setter pair
 - weight ↔ String?
 - 
  The weight of the assessment which was set in the profile.
Possible string values are:
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited