Class: Grafeas::V1::PackageNote

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

Overview

This represents a particular package that is distributed over various channels. E.g., glibc (aka libc6) is distributed by many, at various versions.

Instance Attribute Summary collapse

Instance Attribute Details

#distributionArray<Grafeas::V1::Distribution>

Returns The various channels by which a package is distributed.

Returns:



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

class PackageNote; end

#nameString

Returns Required. Immutable. The name of the package.

Returns:

  • (String)

    Required. Immutable. The name of the package.



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

class PackageNote; end