buildEnvVariables property

Map<String, String>? buildEnvVariables
getter/setter pair

Environment variables available to the build environment.Only returned in GET requests if view=FULL is set.

Implementation

core.Map<core.String, core.String>? buildEnvVariables;