type property

String? type
getter/setter pair

The type of this environment. Possible string values are:

  • "user" : Used for user defined environments.
  • "live" : Used for Live environment, which points to the live published container version.
  • "latest" : Used for Latest environment, which points to the latest created container version.
  • "draft" : Used for Draft environment, which points to the single draft in the container.

Implementation

core.String? type;