Properties of a Version.
Package
@google-cloud/grafeas!Properties
epoch
epoch
?:
(
number
|
null
);
Version epoch
Type | Description |
---|---|
(number|null) |
fullName
fullName
?:
(
string
|
null
);
Version fullName
Type | Description |
---|---|
(string|null) |
kind
kind
?:
(
grafeas
.
v1
.
Version
.
VersionKind
|
keyof
typeof
grafeas
.
v1
.
Version
.
VersionKind
|
null
);
Version kind
Type | Description |
---|---|
( grafeas.v1.Version.VersionKind |keyof typeof grafeas.v1.Version.VersionKind |null) |
name
name
?:
(
string
|
null
);
Version name
Type | Description |
---|---|
(string|null) |
revision
revision
?:
(
string
|
null
);
Version revision
Type | Description |
---|---|
(string|null) |