NotebookSoftwareConfig

Notebook Software Config.

Fields
env[] object (EnvVar)

Optional. Environment variables to be passed to the container. Maximum limit is 100.

JSON representation
{
  "env": [
    {
      object (EnvVar)
    }
  ]
}