View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponentRecommendation (google_api_apigee v0.46.0)

Recommendation based on security concerns and score.

Attributes

  • actions (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponentRecommendationAction.t), default: nil) - Actions for the recommendation to improve the security score.
  • description (type: String.t, default: nil) - Description of the recommendation.
  • impact (type: integer(), default: nil) - Potential impact of this recommendation on the overall score. This denotes how important this recommendation is to improve the score.
  • title (type: String.t, default: nil) - Title represents recommendation title.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponentRecommendation{
    actions:
      [
        GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ScoreComponentRecommendationAction.t()
      ]
      | nil,
    description: String.t() | nil,
    impact: integer() | nil,
    title: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.