View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation (google_api_apigee v0.53.0)
The format of the assessment recommendation.
Attributes
-
description(type:String.t, default:nil) - The description of the recommendation. -
link(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink.t, default:nil) - The link for the recommendation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation{ description: String.t() | nil, link: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink.t() | nil }