class Google::Apis::OndemandscanningV1::AnalyzePackagesResponseV1

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_v1/classes.rb, line 158
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_v1/classes.rb, line 163
def update!(**args)
  @scan = args[:scan] if args.key?(:scan)
end