Class: Grafeas::V1::Hash
- Inherits:
-
Object
- Object
- Grafeas::V1::Hash
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/provenance.rb
Overview
Container message for hash values.
Instance Attribute Summary collapse
-
#type ⇒ String
Required.
-
#value ⇒ String
Required.
Instance Attribute Details
#type ⇒ String
Returns Required. The type of hash that was performed, e.g. "SHA-256".
104 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 104 class Hash; end |
#value ⇒ String
Returns Required. The hash value.
104 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 104 class Hash; end |