class Google::Apis::OndemandscanningV1beta1::AnalyzePackagesResponse

AnalyzePackagesResponse contains the information necessary to find results for the given scan.

Attributes

scan[RW]

The name of the scan resource created by this successful scan. Corresponds to the JSON property `scan` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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