class Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1SecurityProjection

Contains various ways of describing the impact on Security.

Attributes

details[RW]

This field can be used by the recommender to define details specific to security impact. Corresponds to the JSON property `details` @return [Hash<String,Object>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/recommender_v1beta1/classes.rb, line 668
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/recommender_v1beta1/classes.rb, line 673
def update!(**args)
  @details = args[:details] if args.key?(:details)
end