Class: Grafeas::V1::Hash

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

Overview

Container message for hash values.

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Returns Required. The type of hash that was performed, e.g. "SHA-256".

Returns:

  • (String)

    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

#valueString

Returns Required. The hash value.

Returns:

  • (String)

    Required. The hash value.



104
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 104

class Hash; end