Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation

Returns a new instance of GoogleCloudApigeeV1SecurityAssessmentResultScoringResultAssessmentRecommendationRecommendation.



11172
11173
11174
# File 'lib/google/apis/apigee_v1/classes.rb', line 11172

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#descriptionString

The description of the recommendation. Corresponds to the JSON property description

Returns:

  • (String)


11165
11166
11167
# File 'lib/google/apis/apigee_v1/classes.rb', line 11165

def description
  @description
end

The format for a link in the recommendation. Corresponds to the JSON property link



11170
11171
11172
# File 'lib/google/apis/apigee_v1/classes.rb', line 11170

def link
  @link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11177
11178
11179
11180
# File 'lib/google/apis/apigee_v1/classes.rb', line 11177

def update!(**args)
  @description = args[:description] if args.key?(:description)
  @link = args[:link] if args.key?(:link)
end