Class: Grafeas::V1::PackageOccurrence
- Inherits:
-
Object
- Object
- Grafeas::V1::PackageOccurrence
- 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
-
#location ⇒ Array<Grafeas::V1::Location>
Required.
-
#name ⇒ String
Output only.
Instance Attribute Details
#location ⇒ Array<Grafeas::V1::Location>
Returns 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 |
#name ⇒ String
Returns Output only. The name of the installed package.
75 |
# File 'lib/grafeas/v1/doc/grafeas/v1/package.rb', line 75 class PackageOccurrence; end |