Interface protos.grafeas.v1beta1.package_.IVersion (3.1.8)

Properties of a Version.

Package

@google-cloud/containeranalysis!

Properties

epoch

epoch?: (number|null);

Version epoch

Property Value
TypeDescription
(number|null)

kind

kind?: (grafeas.v1beta1.package_.Version.VersionKind|keyof typeof grafeas.v1beta1.package_.Version.VersionKind|null);

Version kind

Property Value
TypeDescription
(grafeas.v1beta1.package_.Version.VersionKind|keyof typeof grafeas.v1beta1.package_.Version.VersionKind|null)

name

name?: (string|null);

Version name

Property Value
TypeDescription
(string|null)

revision

revision?: (string|null);

Version revision

Property Value
TypeDescription
(string|null)