environment property

String? environment
getter/setter pair

Sets the environment. This string is freeform and not set by default. A release can be associated with more than one environment to separate them in the UI Think staging vs prod or similar. See docs for further information

Implementation

String? environment;