Properties of a Command.
Package
@google-cloud/grafeas!Properties
args
args
?:
(
string
[]
|
null
);
Command args
Type | Description |
---|---|
(string[]|null) |
dir
dir
?:
(
string
|
null
);
Command dir
Type | Description |
---|---|
(string|null) |
env
env
?:
(
string
[]
|
null
);
Command env
Type | Description |
---|---|
(string[]|null) |
id
id
?:
(
string
|
null
);
Command id
Type | Description |
---|---|
(string|null) |
name
name
?:
(
string
|
null
);
Command name
Type | Description |
---|---|
(string|null) |
waitFor
waitFor
?:
(
string
[]
|
null
);
Command waitFor
Type | Description |
---|---|
(string[]|null) |