Interface protos.google.cloud.notebooks.v1beta1.ICreateEnvironmentRequest (1.2.0)

Properties of a CreateEnvironmentRequest.

Package

@google-cloud/notebooks!

Properties

environment

environment?: (google.cloud.notebooks.v1beta1.IEnvironment|null);

CreateEnvironmentRequest environment

Property Value
TypeDescription
(google.cloud.notebooks.v1beta1.IEnvironment|null)

environmentId

environmentId?: (string|null);

CreateEnvironmentRequest environmentId

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

CreateEnvironmentRequest parent

Property Value
TypeDescription
(string|null)