Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Overview
The format of the assessment recommendation.
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the recommendation.
-
#link ⇒ Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink
The format for a link in the recommendation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation
constructor
A new instance of GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation
Returns a new instance of GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation.
9965 9966 9967 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 9965 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
The description of the recommendation.
Corresponds to the JSON property description
9958 9959 9960 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 9958 def description @description end |
#link ⇒ Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendationLink
The format for a link in the recommendation.
Corresponds to the JSON property link
9963 9964 9965 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 9963 def link @link end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9970 9971 9972 9973 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 9970 def update!(**args) @description = args[:description] if args.key?(:description) @link = args[:link] if args.key?(:link) end |