Interface protos.grafeas.v1.IHash (3.1.8)

Properties of a Hash.

Package

@google-cloud/containeranalysis!

Properties

type

type?: (string|null);

Hash type

Property Value
TypeDescription
(string|null)

value

value?: (Uint8Array|string|null);

Hash value

Property Value
TypeDescription
(Uint8Array|string|null)