Class: Grafeas::V1::PackageOccurrence

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/doc/grafeas/v1/package.rb

Overview

Details on how a particular software package was installed on a system.

Instance Attribute Summary collapse

Instance Attribute Details

#locationArray<Grafeas::V1::Location>

Returns Required. All of the places within the filesystem versions of this package have been found.

Returns:

  • (Array<Grafeas::V1::Location>)

    Required. All of the places within the filesystem versions of this package have been found.



75
# File 'lib/grafeas/v1/doc/grafeas/v1/package.rb', line 75

class PackageOccurrence; end

#nameString

Returns Output only. The name of the installed package.

Returns:

  • (String)

    Output only. The name of the installed package.



75
# File 'lib/grafeas/v1/doc/grafeas/v1/package.rb', line 75

class PackageOccurrence; end