Class: Grafeas::V1::ImageNote
- Inherits:
-
Object
- Object
- Grafeas::V1::ImageNote
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/image.rb
Overview
Basis describes the base image portion (Note) of the DockerImage
relationship. Linked occurrences are derived from this or an equivalent image
via:
FROM
Instance Attribute Summary collapse
-
#fingerprint ⇒ Grafeas::V1::Fingerprint
Required.
-
#resource_url ⇒ String
Required.
Instance Attribute Details
#fingerprint ⇒ Grafeas::V1::Fingerprint
Returns Required. Immutable. The fingerprint of the base image.
56 |
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 56 class ImageNote; end |
#resource_url ⇒ String
Returns Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
56 |
# File 'lib/grafeas/v1/doc/grafeas/v1/image.rb', line 56 class ImageNote; end |