Add uuid
This commit is contained in:
@ -69,6 +69,7 @@ message ListOptions {
|
||||
message EnvironmentMetadata {
|
||||
string name = 1; // A name of the environment
|
||||
string description = 2;
|
||||
string uuid = 3;
|
||||
}
|
||||
|
||||
message EnvironmentSpec {
|
||||
|
Reference in New Issue
Block a user