type property

String? type
getter/setter pair

The type of this environment. Possible string values are:

  • "user" : Points to a user defined environment.
  • "live" : Points to the current live container version.
  • "latest" : Points to the latest container version.
  • "workspace" : Automatically managed environment that points to a workspace preview or version created by a workspace.

Implementation

core.String? type;