baseEnvironment property

Object? baseEnvironment
getter/setter pair

The base environment configuration for the agent.

Valid types: * A string value for the environment ID, or remote for the default. * A struct value for the environment_config.

Optional.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Object? baseEnvironment;