GoogleCloudApigeeV1ScoreComponentRecommendation class
Recommendation based on security concerns and score.
Constructors
-
GoogleCloudApigeeV1ScoreComponentRecommendation({List<
GoogleCloudApigeeV1ScoreComponentRecommendationAction> ? actions, String? description, int? impact, String? title}) - GoogleCloudApigeeV1ScoreComponentRecommendation.fromJson(Map json_)
Properties
-
actions
↔ List<
GoogleCloudApigeeV1ScoreComponentRecommendationAction> ? -
Actions for the recommendation to improve the security score.
getter/setter pair
- description ↔ String?
-
Description of the recommendation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- impact ↔ int?
-
Potential impact of this recommendation on the overall score.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
Title represents recommendation title.
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